]> git.openstreetmap.org Git - rails.git/blob - app/views/diary_entry/list.rhtml
e05e90531dbc630522c9b4a1a1b89a8ae819f0b7
[rails.git] / app / views / diary_entry / list.rhtml
1 <h2><%= @title %></h2>
2 <% if @this_user %>
3   <% if @user == @this_user %>
4     <%= link_to 'New diary post', :controller => 'diary_entry', :action => 'new', :display_name => @user.display_name %>
5   <% end %>
6 <% else %>
7   <% if @user %>
8     <%= link_to 'New diary post', :controller => 'diary_entry', :action => 'new', :display_name => @user.display_name %>
9   <% end %>
10 <% end %>
11
12 <h3>Recent diary entries:</h3>
13
14 <%= render :partial => 'diary_entry', :collection => @entries %>
15
16 <%= link_to(image_tag("RSS.gif", :size => "16x16", :border => 0), :action => 'rss') %>
17 <%= auto_discovery_link_tag(:atom, :action => 'rss') %>