]> git.openstreetmap.org Git - rails.git/blob - app/views/diary_entry/list.rhtml
Seperating message receiving off into 'inbox' function.
[rails.git] / app / views / diary_entry / list.rhtml
1 <h3>Recent diary entries:</h3>
2 <br />
3 <%= render :partial => 'diary_entry/diary_entry', :collection => @entries %>
4
5 <%= link_to(image_tag("RSS.gif", :size => "16x16", :border => 0), :action => 'rss') %>
6 <%= auto_discovery_link_tag(:atom, :action => 'rss') %>