parent
a2851668a9
commit
9881fcec47
@ -1,32 +1,48 @@ |
|||||||
#profile-container |
#profile-container |
||||||
aside#userinfo.card.card-container |
|
||||||
h2 = user.name |
|
||||||
h3 = user.role |
|
||||||
|
|
||||||
.avatar-container |
aside |
||||||
img.avatar src="#{user.avatar}" alt="#{user.name}'s avatar" |
#userinfo.card.card-container |
||||||
|
h2 = user.name |
||||||
|
h3 = user.role |
||||||
|
|
||||||
p = user.bio_text |
.avatar-container |
||||||
|
img.avatar src="#{user.avatar}" alt="#{user.name}'s avatar" |
||||||
|
|
||||||
aside#roles.card |
ul.button-container |
||||||
h2 Roles |
a.button href="mailto:#{user.email}" |
||||||
.card-container |
li Message |
||||||
ul.roles-container |
a.button href="/profile/#{user.id}/reputation" |
||||||
li |
li Rep |
||||||
label role |
a.button href="/profile/#{user.id}/posts" |
||||||
li |
li Posts |
||||||
label role2 |
|
||||||
li |
#roles.card |
||||||
label role2 |
h2 Roles |
||||||
li |
.card-container |
||||||
label role2 |
ul.button-container |
||||||
li |
// insert roles here |
||||||
label role2 |
li |
||||||
|
label role |
||||||
aside#reputation.card |
li |
||||||
p 100 rep |
label role2 |
||||||
|
li |
||||||
|
label role2 |
||||||
|
li |
||||||
|
label role2 |
||||||
|
li |
||||||
|
label role2 |
||||||
|
|
||||||
|
#reputation.card |
||||||
|
h2 Reputation |
||||||
|
- unless user.has_bad_rep? |
||||||
|
h3.green = user.reputation_text |
||||||
|
- else |
||||||
|
h3.red = user.reputation_text |
||||||
|
h4 Based on user reviews |
||||||
|
|
||||||
#bio.card |
#bio.card |
||||||
p markdown stuff here... |
h2 User biography |
||||||
|
.card-container |
||||||
|
== user.bio_html |
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in new issue