Better style of username for User#show page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
65696aaa2e
commit
e19f1a11ed
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue