index.rhtml
22 lines
| 780 B
| text/html+ruby
|
RhtmlLexer
|
r1213 | <div class="contextual"> | ||
|
r1504 | <%= link_to(l(:label_project_new), {:controller => 'projects', :action => 'add'}, :class => 'icon icon-add') + ' |' if User.current.admin? %> | ||
|
r1213 | <%= link_to l(:label_issue_view_all), { :controller => 'issues' } %> | | ||
<%= link_to l(:label_overall_activity), { :controller => 'projects', :action => 'activity' }%> | ||||
</div> | ||||
|
r457 | <h2><%=l(:label_project_plural)%></h2> | ||
|
r2 | |||
|
r2302 | <%= render_project_hierarchy(@projects)%> | ||
|
r330 | |||
|
r663 | <% if User.current.logged? %> | ||
|
r1451 | <p style="text-align:right;"> | ||
|
r2302 | <span class="my-project"><%= l(:label_my_projects) %></span> | ||
|
r1451 | </p> | ||
|
r457 | <% end %> | ||
|
r951 | |||
|
r1451 | <p class="other-formats"> | ||
<%= l(:label_export_to) %> | ||||
<span><%= link_to 'Atom', {:format => 'atom', :key => User.current.rss_key}, :class => 'feed' %></span> | ||||
</p> | ||||
|
r1019 | <% html_title(l(:label_project_plural)) -%> | ||