summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/index.rhtml9
1 files changed, 7 insertions, 2 deletions
diff --git a/app/views/projects/index.rhtml b/app/views/projects/index.rhtml
index b8bb62ebb..e12b05979 100644
--- a/app/views/projects/index.rhtml
+++ b/app/views/projects/index.rhtml
@@ -17,9 +17,14 @@
<% end %>
<% if User.current.logged? %>
-<div class="contextual">
+<p style="text-align:right;">
<span class="icon icon-fav"><%= l(:label_my_projects) %></span>
-</div>
+</p>
<% end %>
+<p class="other-formats">
+<%= l(:label_export_to) %>
+<span><%= link_to 'Atom', {:format => 'atom', :key => User.current.rss_key}, :class => 'feed' %></span>
+</p>
+
<% html_title(l(:label_project_plural)) -%>