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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
cb65a3f1
Commit
cb65a3f1
authored
Feb 23, 2015
by
Sabba Petri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed button styles
Styles for buttons are changed to match user expectations.
parent
c6860a58
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
app/views/profiles/accounts/show.html.haml
app/views/profiles/accounts/show.html.haml
+1
-1
app/views/profiles/notifications/show.html.haml
app/views/profiles/notifications/show.html.haml
+1
-1
app/views/profiles/passwords/edit.html.haml
app/views/profiles/passwords/edit.html.haml
+1
-1
No files found.
app/views/profiles/accounts/show.html.haml
View file @
cb65a3f1
...
...
@@ -57,7 +57,7 @@
%p
.light
=
user_url
(
@user
)
%div
=
f
.
submit
'Save username'
,
class:
"btn btn-
sav
e"
=
f
.
submit
'Save username'
,
class:
"btn btn-
creat
e"
-
if
show_profile_remove_tab?
%fieldset
.remove-account
...
...
app/views/profiles/notifications/show.html.haml
View file @
cb65a3f1
...
...
@@ -51,7 +51,7 @@
%p
You will receive all notifications from projects in which you participate
.form-actions
=
f
.
submit
'Save changes'
,
class:
"btn btn-
sav
e"
=
f
.
submit
'Save changes'
,
class:
"btn btn-
creat
e"
.clearfix
%hr
...
...
app/views/profiles/passwords/edit.html.haml
View file @
cb65a3f1
...
...
@@ -35,4 +35,4 @@
.col-sm-10
=
f
.
password_field
:password_confirmation
,
required:
true
,
class:
'form-control'
.form-actions
=
f
.
submit
'Save password'
,
class:
"btn btn-
sav
e"
=
f
.
submit
'Save password'
,
class:
"btn btn-
creat
e"
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