diff options
Diffstat (limited to 'app/views/groups/_users.html.erb')
-rw-r--r-- | app/views/groups/_users.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/_users.html.erb b/app/views/groups/_users.html.erb index 8c2ab7e4b..73af9ee58 100644 --- a/app/views/groups/_users.html.erb +++ b/app/views/groups/_users.html.erb @@ -1,4 +1,4 @@ -<p><%= link_to l(:label_user_new), new_group_users_path(@group), :remote => true, :class => "icon icon-add" %></p> +<p><%= link_to icon_with_label('add', l(:label_user_new)), new_group_users_path(@group), :remote => true, :class => "icon icon-add" %></p> <% if @group.users.any? %> <table class="list users"> |