]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/diary_entry/list.rhtml
Seperating message receiving off into 'inbox' function.
[rails.git] / app / views / diary_entry / list.rhtml
index 8597380c5fc0275cc242d7fb2eaaef322b4ef0f7..06aebdfef3f8bf05e44d82e00ddac74edae18a56 100644 (file)
@@ -1,3 +1,6 @@
-<h3>most recent posts:</h3>
+<h3>Recent diary entries:</h3>
 <br />
 <%= render :partial => 'diary_entry/diary_entry', :collection => @entries %>
+
+<%= link_to(image_tag("RSS.gif", :size => "16x16", :border => 0), :action => 'rss') %>
+<%= auto_discovery_link_tag(:atom, :action => 'rss') %>
\ No newline at end of file