annotate .svn/pristine/88/883246fbe46075fb6bc8766c6114ae4de6c6682e.svn-base @ 1519:afce8026aaeb redmine-2.4-integration

Merge from branch "live"
author Chris Cannam
date Tue, 09 Sep 2014 09:34:53 +0100
parents 261b3d9a4903
children
rev   line source
Chris@1464 1 <div class="contextual">
Chris@1464 2 <%= link_to l(:label_profile), user_path(@user), :class => 'icon icon-user' %>
Chris@1464 3 <%= change_status_link(@user) %>
Chris@1464 4 <%= delete_link user_path(@user) if User.current != @user %>
Chris@1464 5 </div>
Chris@1464 6
Chris@1464 7 <%= title [l(:label_user_plural), users_path], @user.login %>
Chris@1464 8
Chris@1464 9 <%= render_tabs user_settings_tabs %>