System notice: In light of the Debian OpenSSL security issue we've regenerated the server keys. See this thread for instructions and the new key fingerprints.

Commit 10a787f1b7cfcc024ee20b52b8f61c6325655f8e

Link to recent activities

Signed-off-by: David A. Cuadrado <krawek@gmail.com>

Commit diff

app/views/events/index.html.erb

 
11<% @page_title = "Events" -%>
22
3<h2>System Activities<%= link_to image_tag("feed.png", :width => 24, :height => 24), @atom_auto_discovery_url %></h2>
3<h2>Recent activities<%= feed_icon @atom_auto_discovery_url %></h2>
44
55<%= render :partial => "events", :object => @events -%>
66
toggle raw diff

app/views/layouts/application.html.erb

 
3333 <% end -%>
3434 <li><%= link_to "Projects", projects_path -%></li>
3535 <li><%= link_to "Search", search_path -%></li>
36 <li><%= link_to "Recent activities", events_path -%></li>
3637 <% if logged_in? -%>
3738 <li><%= link_to "FAQ", faq_path -%></li>
3839 <% else -%>
toggle raw diff