2019-12-05 13:32:53 -05:00
|
|
|
.block__content.profile-about
|
|
|
|
= cond do
|
|
|
|
- @user.description not in [nil, ""] ->
|
|
|
|
== @about_me
|
|
|
|
|
|
|
|
- current?(@user, @conn.assigns.current_user) ->
|
|
|
|
em
|
|
|
|
' Want to
|
|
|
|
=> link "add some info about yourself?", to: "#"
|
|
|
|
|
2019-12-22 17:17:20 -05:00
|
|
|
- true ->
|