55 lines
929 B
Plaintext
55 lines
929 B
Plaintext
<p id="notice"><%= notice %></p>
|
|
|
|
<p>
|
|
<strong>Videocode:</strong>
|
|
<%= @videolisting.videocode %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Producttypeid:</strong>
|
|
<%= @videolisting.producttypeid %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Remoteassetsarchive:</strong>
|
|
<%= @videolisting.remoteassetsarchive %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Voiceoverselection:</strong>
|
|
<%= @videolisting.voiceoverselection %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Musicselection:</strong>
|
|
<%= @videolisting.musicselection %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Clientprovidedscript:</strong>
|
|
<%= @videolisting.clientprovidedscript %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Keywords:</strong>
|
|
<%= @videolisting.keywords %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Focus:</strong>
|
|
<%= @videolisting.focus %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Notes:</strong>
|
|
<%= @videolisting.notes %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Asseturls:</strong>
|
|
<%= @videolisting.asseturls %>
|
|
</p>
|
|
|
|
<%= link_to 'Edit', edit_videolisting_path(@videolisting) %> |
|
|
<%= link_to 'Back', videolistings_path %>
|