Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
fd7b7c8dd9b4
Unverified
Commit
e19f1a11
authored
Jan 08, 2014
by
Dmitriy Zaporozhets
Browse files
Better style of username for User#show page
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
626dee64f33c
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/assets/stylesheets/sections/profile.scss
View file @
fd7b7c8d
...
...
@@ -46,3 +46,8 @@
margin
:
10px
0
;
}
}
.user-show-username
{
font-weight
:
200
;
color
:
#666
;
}
app/views/users/show.html.haml
View file @
fd7b7c8d
...
...
@@ -9,7 +9,7 @@
%i
.icon-edit
Edit Profile settings
%br
%s
mall
#{
@user
.
username
}
%s
pan
.user-show-username
#{
@user
.
username
}
%br
%small
member since
#{
@user
.
created_at
.
stamp
(
"Nov 12, 2031"
)
}
.clearfix
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment