Changeset 1132

Show
Ignore:
Timestamp:
08/21/07 19:10:37 (1 year ago)
Author:
alban
Message:

deplacement de l'URL du podcast au debut de la page. Fixes #3

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/app/views/podcasts/show.rhtml

    r796 r1132  
    33 <%= render :partial => "podcasts/podcasts", :object => @podcast.to_a, :locals => { :linked => false, :empty => "Aucun podcast correspondant n'a été trouvé ...", :actions => true, :tags => true } %> 
    44</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 
    96<h2>Publier votre podcast</h2> 
    107<p> 
     
    129<%= link_to(url_for(:controller => 'podcasts', :action => 'feed', :name => @podcast.name, :only_path => false), :controller => 'podcasts', :action => 'feed', :name => @podcast.name) %> 
    1310</p> 
     11c 
     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