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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-30 00:29:21 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-30 00:29:21 +0400
commitfb617c61b95aef4615346a5e554db469384d9b6c (patch)
treee717a475075f30e23beb4d8aab35b1df77356292 /app/views/users
parent033aa1a885801c299a20ab39af6f897bb53dc3d4 (diff)
refactor buttons pt2
Diffstat (limited to 'app/views/users')
-rw-r--r--app/views/users/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml
index 644826282b8..3977de24280 100644
--- a/app/views/users/show.html.haml
+++ b/app/views/users/show.html.haml
@@ -5,7 +5,7 @@
= @user.name
- if @user == current_user
.right
- = link_to profile_path, class: 'btn small' do
+ = link_to profile_path, class: 'btn btn-small' do
%i.icon-edit
Edit Profile
%br