Moved link to the contextual menu.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10282 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
c3170e9264
commit
462c986452
|
@ -1,5 +1,6 @@
|
|||
<div class="contextual">
|
||||
<%= link_to l(:label_role_new), new_role_path, :class => 'icon icon-add' %>
|
||||
<%= link_to l(:label_permissions_report), {:action => 'permissions'}, :class => 'icon icon-summary' %>
|
||||
</div>
|
||||
|
||||
<h2><%=l(:label_role_plural)%></h2>
|
||||
|
@ -29,6 +30,4 @@
|
|||
|
||||
<p class="pagination"><%= pagination_links_full @role_pages %></p>
|
||||
|
||||
<p><%= link_to l(:label_permissions_report), :action => 'permissions' %></p>
|
||||
|
||||
<% html_title(l(:label_role_plural)) -%>
|
||||
|
|
Loading…
Reference in New Issue