Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-09-07 09:27:32 +0300
committerTim Zallmann <tzallmann@gitlab.com>2017-09-07 09:27:32 +0300
commitcc61625948477706d275442afe5c336e64dd1598 (patch)
tree5b04840e8b77a4f89fa96908061d3c1f51779fab /app/views/profiles/show.html.haml
parent21935d85382989e38dd4cc12de55966e0c9b6eba (diff)
parent1a9b0c0e247fb26dea7bd140e1a283488c0404c8 (diff)
Merge branch 'add_quick_submission_on_user_settings_page' into 'master'
Add quick submission on user settings page Closes #37359 See merge request !14007
Diffstat (limited to 'app/views/profiles/show.html.haml')
-rw-r--r--app/views/profiles/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/show.html.haml b/app/views/profiles/show.html.haml
index 35ad280b037..79f334176a5 100644
--- a/app/views/profiles/show.html.haml
+++ b/app/views/profiles/show.html.haml
@@ -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