Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
1a9b0c0e
Commit
1a9b0c0e
authored
Sep 02, 2017
by
Vitaliy @blackst0ne Klachkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add quick submission on user settings page
parent
c274da06
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
app/views/profiles/show.html.haml
app/views/profiles/show.html.haml
+1
-1
changelogs/unreleased/add_quick_submission_on_user_settings_page.yml
...unreleased/add_quick_submission_on_user_settings_page.yml
+5
-0
No files found.
app/views/profiles/show.html.haml
View file @
1a9b0c0e
...
...
@@ -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
...
...
changelogs/unreleased/add_quick_submission_on_user_settings_page.yml
0 → 100644
View file @
1a9b0c0e
---
title
:
Add quick submission on user settings page
merge_request
:
14007
author
:
Vitaliy @blackst0ne Klachkov
type
:
added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment