master
E. Almqvist 3 years ago
parent d5a4270691
commit 730c957df3
  1. 2
      src/views/stylesheets/style.sass
  2. 11
      src/views/user/profile.slim

@ -288,7 +288,7 @@ ul.button-container
h4 h4
margin: 0 margin: 0
font-weight: normal font-weight: normal
color: $shadow_clr color: $fg_alt_clr
opacity: .8 opacity: .8
#posts #posts

@ -10,11 +10,12 @@
h4 = user.bio_text h4 = user.bio_text
ul.button-container ul.button-container
- unless true - unless user.id == session[:userid]
a.button href="mailto:#{user.email}" a.button href="mailto:#{user.email}"
li Message li Email
a.button href="/profile/#{user.id}/rep" - else
li Rep a.button href="/settings"
li Settings
a.button href="/profile/#{user.id}/posts" a.button href="/profile/#{user.id}/posts"
li Posts li Posts
@ -41,6 +42,8 @@
- else - else
h3.red = user.reputation_text h3.red = user.reputation_text
h4 Based on user reviews h4 Based on user reviews
a.button href="/profile/#{user.id}/rep"
| + Write a review
#posts.card #posts.card
h2 Recent posts h2 Recent posts

Loading…
Cancel
Save