Merge branch 'add_quick_submission_on_user_settings_page' into 'master'

Add quick submission on user settings page

Closes #37359

See merge request !14007
This commit is contained in:
Tim Zallmann 2017-09-07 06:27:32 +00:00
commit cc61625948
2 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,7 @@
- @content_class = "limit-container-width" unless fluid_layout
= render 'profiles/head'
= bootstrap_form_for @user, url: profile_path, method: :put, html: { multipart: true, class: 'edit-user prepend-top-default' }, authenticity_token: true do |f|
= bootstrap_form_for @user, url: profile_path, method: :put, html: { multipart: true, class: 'edit-user prepend-top-default js-quick-submit' }, authenticity_token: true do |f|
= form_errors(@user)
.row

View File

@ -0,0 +1,5 @@
---
title: Add quick submission on user settings page
merge_request: 14007
author: Vitaliy @blackst0ne Klachkov
type: added