Changeset 1132
- Timestamp:
- 08/21/07 19:10:37 (1 year ago)
- Files:
-
- trunk/app/views/podcasts/show.rhtml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/app/views/podcasts/show.rhtml
r796 r1132 3 3 <%= render :partial => "podcasts/podcasts", :object => @podcast.to_a, :locals => { :linked => false, :empty => "Aucun podcast correspondant n'a été trouvé ...", :actions => true, :tags => true } %> 4 4 </ul> 5 <h2>Les documents inclus dans votre podcast</h2> 6 <ul> 7 <%= render :partial => "documents/documents", :object => @podcast.documents, :locals => { :linked => true, :empty => "Vous n'avez aucun document dans ce podcast", :actions => false, :tags => false } %> 8 </ul> 5 9 6 <h2>Publier votre podcast</h2> 10 7 <p> … … 12 9 <%= link_to(url_for(:controller => 'podcasts', :action => 'feed', :name => @podcast.name, :only_path => false), :controller => 'podcasts', :action => 'feed', :name => @podcast.name) %> 13 10 </p> 11 c 12 <h2>Les documents inclus dans votre podcast</h2> 13 <ul> 14 <%= render :partial => "documents/documents", :object => @podcast.documents, :locals => { :linked => true, :empty => "Vous n'avez aucun document dans ce podcast", :actions => false, :tags => false } %> 15 </ul> 16
