diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2006-12-16 12:15:31 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2006-12-16 12:15:31 +0000 |
commit | 236c735d08c097cfe1a7e5f5c52a9dd6711250aa (patch) | |
tree | d819b1a914651602c965cc32f0ce04dd90fdd052 /app/views/users | |
parent | e5562afcd30998c0ed3d5b40c0a9c1cb3367518d (diff) | |
download | redmine-236c735d08c097cfe1a7e5f5c52a9dd6711250aa.tar.gz redmine-236c735d08c097cfe1a7e5f5c52a9dd6711250aa.zip |
contextual links redesign
git-svn-id: http://redmine.rubyforge.org/svn/trunk@93 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/users')
-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 |