Skip to content
Snippets Groups Projects
Unverified Commit a87b229b authored by Connor Shea's avatar Connor Shea
Browse files

Fix preferences tests.

parent 7b9b2ce3
No related branches found
No related tags found
No related merge requests found
- content_for :page_specific_javascripts do
= page_specific_javascript_tag('lib/cropper.js')
= page_specific_javascript_tag('profile/application.js')
- page_title "Account"
= render 'profiles/head'
 
- if current_user.ldap_user?
.alert.alert-info
Loading
Loading
- page_title "Audit Log"
= render 'profiles/head'
 
.row.prepend-top-default
.col-lg-3.profile-settings-sidebar
Loading
Loading
- page_title "Emails"
= render 'profiles/head'
 
.row.prepend-top-default
.col-lg-3.profile-settings-sidebar
Loading
Loading
- page_title @key.title, "SSH Keys"
= render 'profiles/head'
= render "key_details"
- page_title "Notifications"
= render 'profiles/head'
 
%div
- if @user.errors.any?
Loading
Loading
- page_title "Personal Access Tokens"
= render 'profiles/head'
 
.row.prepend-top-default
.col-lg-3.profile-settings-sidebar
Loading
Loading
- page_title 'Preferences'
= render 'profiles/head'
 
= form_for @user, url: profile_preferences_path, remote: true, method: :put, html: {class: 'row prepend-top-default js-preferences-form'} do |f|
.col-lg-3.profile-settings-sidebar
Loading
Loading
- content_for :page_specific_javascripts do
= page_specific_javascript_tag('lib/cropper.js')
= page_specific_javascript_tag('profile/application.js')
= render 'profiles/head'
 
= form_for @user, url: profile_path, method: :put, html: { multipart: true, class: "edit-user prepend-top-default" }, authenticity_token: true do |f|
= form_errors(@user)
Loading
Loading
- page_title 'Two-Factor Authentication', 'Account'
- header_title "Two-Factor Authentication", profile_two_factor_auth_path
= render 'profiles/head'
 
.row.prepend-top-default
.col-lg-3
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment