Redmine 3.4.4
This commit is contained in:
commit
64924a6376
2112 changed files with 259028 additions and 0 deletions
10
app/views/users/edit.html.erb
Normal file
10
app/views/users/edit.html.erb
Normal file
|
@ -0,0 +1,10 @@
|
|||
<div class="contextual">
|
||||
<%= link_to l(:label_profile), user_path(@user), :class => 'icon icon-user' %>
|
||||
<%= additional_emails_link(@user) %>
|
||||
<%= change_status_link(@user) %>
|
||||
<%= delete_link user_path(@user) if User.current != @user %>
|
||||
</div>
|
||||
|
||||
<%= title [l(:label_user_plural), users_path], @user.login %>
|
||||
|
||||
<%= render_tabs user_settings_tabs %>
|
Loading…
Add table
Add a link
Reference in a new issue