mirror of
https://github.com/redmine/redmine.git
synced 2026-05-07 02:17:43 +02:00
User groups feature initial commit.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1373 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
</p>
|
||||
|
||||
<p class="icon22 icon22-users">
|
||||
<%= link_to l(:label_group_plural), :controller => 'groups' %> |
|
||||
<%= link_to l(:label_new), :controller => 'groups', :action => 'new' %>
|
||||
</p>
|
||||
|
||||
<p class="icon22 icon22-user">
|
||||
<%= link_to l(:label_user_plural), :controller => 'users' %> |
|
||||
<%= link_to l(:label_new), :controller => 'users', :action => 'add' %>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user