vidpush/app/views/videolisting_mailer/videolisting_complete.html.erb

11 lines
411 B
Plaintext
Raw Normal View History

2014-05-05 18:07:33 +00:00
<!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>The video listing with video code: <%= @listing.videocode %> has been completed by Better video.</p>
<p><%= link_to "Preview Video Before setting live.", campaign_videolisting_url(@listing.campaign.listingcode, @listing.videocode) %></p>
</body>
</html>