annotate app/views/users/edit.html.erb @ 1524:82fac3dcf466
redmine-2.5-integration
Fix failure to interpret Javascript when autocompleting members for project
author |
Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
date |
Thu, 11 Sep 2014 10:24:38 +0100 |
parents |
51364c0cd58f |
children |
|
rev |
line source |
Chris@0
|
1 <div class="contextual">
|
chris@37
|
2 <%= link_to l(:label_profile), user_path(@user), :class => 'icon icon-user' %>
|
Chris@0
|
3 <%= change_status_link(@user) %>
|
Chris@1115
|
4 <%= delete_link user_path(@user) if User.current != @user %>
|
Chris@0
|
5 </div>
|
Chris@0
|
6
|
Chris@1464
|
7 <%= title [l(:label_user_plural), users_path], @user.login %>
|
Chris@0
|
8
|
Chris@0
|
9 <%= render_tabs user_settings_tabs %>
|