diff options
Diffstat (limited to 'app/views/users/list.rhtml')
-rw-r--r-- | app/views/users/list.rhtml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/users/list.rhtml b/app/views/users/list.rhtml index 9f4438138..9dc8eb34c 100644 --- a/app/views/users/list.rhtml +++ b/app/views/users/list.rhtml @@ -1,3 +1,7 @@ +<div class="contextual"> +<%= link_to l(:label_user_new), {:action => 'add'}, :class => 'pic picAdd' %> +</div> + <h2><%=l(:label_user_plural)%></h2> <table class="listTableContent">
@@ -39,8 +43,4 @@ <p><%= pagination_links_full @user_pages %>
[ <%= @user_pages.current.first_item %> - <%= @user_pages.current.last_item %> / <%= @user_count %> ]
-</p>
- -<p> -<%= link_to '» ' + l(:label_user_new), :action => 'add' %> </p>
\ No newline at end of file |