mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
11 lines
307 B
Text
11 lines
307 B
Text
.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: Routes.profile_description_path(@conn, :edit, @user)
|
|
|
|
- true ->
|