|
|
@ -7,9 +7,12 @@ |
|
|
|
.avatar-container |
|
|
|
.avatar-container |
|
|
|
img.avatar src="#{user.avatar}" alt="#{user.name}'s avatar" |
|
|
|
img.avatar src="#{user.avatar}" alt="#{user.name}'s avatar" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
h4 = user.bio_text |
|
|
|
|
|
|
|
|
|
|
|
ul.button-container |
|
|
|
ul.button-container |
|
|
|
a.button href="mailto:#{user.email}" |
|
|
|
- unless true |
|
|
|
li Message |
|
|
|
a.button href="mailto:#{user.email}" |
|
|
|
|
|
|
|
li Message |
|
|
|
a.button href="/profile/#{user.id}/rep" |
|
|
|
a.button href="/profile/#{user.id}/rep" |
|
|
|
li Rep |
|
|
|
li Rep |
|
|
|
a.button href="/profile/#{user.id}/posts" |
|
|
|
a.button href="/profile/#{user.id}/posts" |
|
|
@ -39,9 +42,9 @@ |
|
|
|
h3.red = user.reputation_text |
|
|
|
h3.red = user.reputation_text |
|
|
|
h4 Based on user reviews |
|
|
|
h4 Based on user reviews |
|
|
|
|
|
|
|
|
|
|
|
#bio.card |
|
|
|
#posts.card |
|
|
|
h2 User biography |
|
|
|
h2 Recent posts |
|
|
|
.card-container |
|
|
|
.card-container |
|
|
|
== user.bio_html |
|
|
|
//== user.bio_html |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|