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
89154880
Commit
89154880
authored
Jan 26, 2016
by
Zeger-Jan van de Weg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Save button on app settings now btn-save
parent
eb7f6690
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
app/views/admin/application_settings/_form.html.haml
app/views/admin/application_settings/_form.html.haml
+1
-1
app/views/admin/applications/_form.html.haml
app/views/admin/applications/_form.html.haml
+1
-1
app/views/admin/groups/_form.html.haml
app/views/admin/groups/_form.html.haml
+1
-2
No files found.
app/views/admin/application_settings/_form.html.haml
View file @
89154880
...
...
@@ -268,4 +268,4 @@
=
f
.
text_field
:sentry_dsn
,
class:
'form-control'
.form-actions
=
f
.
submit
'Save'
,
class:
'btn btn-
primary
'
=
f
.
submit
'Save'
,
class:
'btn btn-
save
'
app/views/admin/applications/_form.html.haml
View file @
89154880
...
...
@@ -22,5 +22,5 @@
%code
=
Doorkeeper
.
configuration
.
native_redirect_uri
for local tests
.form-actions
=
f
.
submit
'Submit'
,
class:
"btn btn-
primary
wide"
=
f
.
submit
'Submit'
,
class:
"btn btn-
save
wide"
=
link_to
"Cancel"
,
admin_applications_path
,
class:
"btn btn-default"
app/views/admin/groups/_form.html.haml
View file @
89154880
...
...
@@ -21,6 +21,5 @@
-
else
.form-actions
=
f
.
submit
'Save changes'
,
class:
"btn btn-
primary
"
=
f
.
submit
'Save changes'
,
class:
"btn btn-
save
"
=
link_to
'Cancel'
,
admin_group_path
(
@group
),
class:
"btn btn-cancel"
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