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;
|
margin: 10px 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.user-show-username {
|
||||||
|
font-weight: 200;
|
||||||
|
color: #666;
|
||||||
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
%i.icon-edit
|
%i.icon-edit
|
||||||
Edit Profile settings
|
Edit Profile settings
|
||||||
%br
|
%br
|
||||||
%small #{@user.username}
|
%span.user-show-username #{@user.username}
|
||||||
%br
|
%br
|
||||||
%small member since #{@user.created_at.stamp("Nov 12, 2031")}
|
%small member since #{@user.created_at.stamp("Nov 12, 2031")}
|
||||||
.clearfix
|
.clearfix
|
||||||
|
|
Loading…
Reference in a new issue