Changeset 1257
- Timestamp:
- 07/27/08 14:35:56 (4 months ago)
- Files:
-
- trunk/app/views/episode/show.rhtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/app/views/episode/show.rhtml
r1255 r1257 25 25 <li> 26 26 <h4><%= link_to(content.name, { :controller => "content", :action => "play", :id => content })%></h4> 27 <p>Durée 27 <p> 28 <% if content.principal? %>Principal -<% end %> 29 Durée 28 30 <% if content.has_duration? %> 29 31 <%= content.duration %> minutes
