mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 13:46:11 +10:00
Better style of username for User#show page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
@@ -46,3 +46,8 @@
|
||||
margin: 10px 0;
|
||||
}
|
||||
}
|
||||
|
||||
.user-show-username {
|
||||
font-weight: 200;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
%i.icon-edit
|
||||
Edit Profile settings
|
||||
%br
|
||||
%small #{@user.username}
|
||||
%span.user-show-username #{@user.username}
|
||||
%br
|
||||
%small member since #{@user.created_at.stamp("Nov 12, 2031")}
|
||||
.clearfix
|
||||
|
||||
Reference in New Issue
Block a user