Project

General

Profile

Patch #1084 ยป redmine-project-new.patch

Carl Nygard, 2008-04-21 22:58

View differences:

/var/www/html/redmine/app/views/projects/list.rhtml 2008-04-21 16:54:52.000000000 -0400
1
<div class="contextual">
2
<%= link_to l(:label_project_new), {:controller => 'projects', :action => 'add'}, :class => 'icon icon-add' if User.current.admin? %>
3
</div>
4

  
1 5
<h2><%=l(:label_project_plural)%></h2>
2 6

  
3 7
<% @project_tree.keys.sort.each do |project| %>
    (1-1/1)