User edit: Remove change status link

pull/240/head
Michael Frister 11 years ago committed by Michael Frister
parent 44e021a072
commit af46ea9963
  1. 1
      app/views/users/edit.html.erb

@ -12,7 +12,6 @@ See doc/COPYRIGHT.rdoc for more details.
<div class="contextual">
<%= link_to l(:label_profile), user_path(@user), :class => 'icon icon-user' %>
<%= change_status_link(@user) %>
<% if Setting.users_deletable_by_admins? %>
<%= link_to l(:button_delete), { :controller => '/users', :action => 'deletion_info', :id => @user.id }, :class => 'icon icon-del' %>
<% end %>

Loading…
Cancel
Save