mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-21 10:17:48 +01:00
apply changes to groups page, adjust heading for header
This commit is contained in:
parent
598fce6f83
commit
8d4d2ffce1
2 changed files with 8 additions and 5 deletions
|
@ -63,7 +63,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.j2-lh {
|
.j2-lh {
|
||||||
color: $main-color;
|
margin-top: 48px;
|
||||||
}
|
}
|
||||||
.about--moderator {
|
.about--moderator {
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
.profile--header
|
- provide(:title, user_title(@user, "groups"))
|
||||||
.container.j2-page
|
- no_header = unless @user.profile_header.exists? then "profile--no-header" else "" end
|
||||||
|
#profile--header{class: no_header}
|
||||||
|
%img.profile--header-img{src: @user.profile_header.url(:web)}
|
||||||
|
.container.j2-page.headerable{class: no_header}
|
||||||
.col-md-3.col-xs-12.col-sm-4
|
.col-md-3.col-xs-12.col-sm-4
|
||||||
= render 'user/profile_info'
|
= render 'user/profile_info'
|
||||||
.hidden-xs= render 'shared/links'
|
.hidden-xs= render 'shared/links'
|
||||||
|
|
Loading…
Reference in a new issue