Commit e19f1a11edcddd4a08ea95b60efec1daa3517c36
1 parent
65696aaa
Exists in
spb-stable
and in
3 other branches
Better style of username for User#show page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
2 changed files
with
6 additions
and
1 deletions
Show diff stats
app/assets/stylesheets/sections/profile.scss
app/views/users/show.html.haml
@@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
9 | %i.icon-edit | 9 | %i.icon-edit |
10 | Edit Profile settings | 10 | Edit Profile settings |
11 | %br | 11 | %br |
12 | - %small #{@user.username} | 12 | + %span.user-show-username #{@user.username} |
13 | %br | 13 | %br |
14 | %small member since #{@user.created_at.stamp("Nov 12, 2031")} | 14 | %small member since #{@user.created_at.stamp("Nov 12, 2031")} |
15 | .clearfix | 15 | .clearfix |