16 lines
770 B
Plaintext
16 lines
770 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
|
|
</head>
|
|
<body>
|
|
<h1>A Video listing is complete.</h1>
|
|
|
|
<p>Hi <%= @listing.campaign.vpa %>,</p>
|
|
<p>The video listing with video code: <%= @listing.videocode %> has been completed by Better video.</p>
|
|
<p><%= link_to ".", campaign_videolisting_url(@listing.campaign.listingcode, @listing.videocode) %></p>
|
|
<p>To get started, please visit the link above. There will you find the video preview to make sure everything looks good.</p>
|
|
<p>Once you preview the video, please press the "copy to clipboard" button to
|
|
copy the listing ID and paste that into the responsive widget.</p>
|
|
</body>
|
|
</html> |