This commit is contained in:
r888888888
2017-10-30 14:47:00 -07:00
parent aff81bb9ed
commit 32ff7de6d8
5 changed files with 23 additions and 3 deletions

View File

@@ -4,8 +4,8 @@
<%= simple_form_for @user do |f| %>
<h2 id="edit-options">
<%= link_to "Basic settings", "#basic-settings", :class => "active" %>
| <%= link_to "Advanced settings", "#advanced-settings" %>
<%= link_to "Basic", "#basic-settings", :class => "active" %>
| <%= link_to "Advanced", "#advanced-settings" %>
<% if CurrentUser.user.id == @user.id %>
| <%= link_to "Change password", edit_user_password_path(:user_id => @user.id), :id => "change-password" %>
| <%= link_to "Delete account", maintenance_user_deletion_path, :id => "delete-account" %>
@@ -74,6 +74,8 @@
<%= f.input :disable_tagged_filenames, :as => :select, :collection => [["No", "false"], ["Yes", "true"]], :include_blank => false %>
<%= f.input :disable_mobile_gestures, :as => :select, :collection => [["No", "false"], ["Yes", "true"]], :include_blank => false %>
<%#= f.input :disable_cropped_thumbnails, :as => :select, :collection => [["No", "false"], ["Yes", "true"]], :include_blank => false %>
<div class="input text optional field_with_hint">