Dark color for group name at header. Better name for activity
This commit is contained in:
parent
2864aca48c
commit
4d149ac8a9
2 changed files with 5 additions and 2 deletions
|
@ -155,7 +155,10 @@ header {
|
|||
}
|
||||
.project_name {
|
||||
a {
|
||||
color: #FFF;
|
||||
color: #DDD;
|
||||
&:hover {
|
||||
color: #FFF;
|
||||
}
|
||||
}
|
||||
color: #fff;
|
||||
text-shadow: 0 1px 1px #444;
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
%small member since #{@user.created_at.stamp("Nov 12, 2031")}
|
||||
.clearfix
|
||||
%hr
|
||||
%h5 Recent events
|
||||
%h5 User Activity:
|
||||
= render @events
|
||||
.span4
|
||||
= render 'profile', user: @user
|
||||
|
|
Loading…
Reference in a new issue