diff options
Diffstat (limited to 'app/views/roles/list.rhtml')
-rw-r--r-- | app/views/roles/list.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/roles/list.rhtml b/app/views/roles/list.rhtml index 0e8109c8b..141d75873 100644 --- a/app/views/roles/list.rhtml +++ b/app/views/roles/list.rhtml @@ -1,5 +1,5 @@ <div class="contextual"> -<%= link_to l(:label_role_new), {:action => 'new'}, :class => 'pic picAdd' %> +<%= link_to l(:label_role_new), {:action => 'new'}, :class => 'icon icon-add' %> </div> <h2><%=l(:label_role_plural)%></h2> |