##// END OF EJS Templates
Adds atom feed on user's account page....
Jean-Philippe Lang -
r2067:9e5edfb7282c
parent child
Show More
@@ -51,6 +51,15
51 </dl>
51 </dl>
52 <% end -%>
52 <% end -%>
53 </div>
53 </div>
54
55 <p class="other-formats">
56 <%= l(:label_export_to) %>
57 <%= link_to 'Atom', {:controller => 'projects', :action => 'activity', :user_id => @user, :format => :atom, :key => User.current.rss_key}, :class => 'feed' %>
58 </p>
59
60 <% content_for :header_tags do %>
61 <%= auto_discovery_link_tag(:atom, :controller => 'projects', :action => 'activity', :user_id => @user, :format => :atom, :key => User.current.rss_key) %>
62 <% end %>
54 <% end %>
63 <% end %>
55 </div>
64 </div>
56
65
General Comments 0
You need to be logged in to leave comments. Login now