mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 20:37:59 +01:00
13 lines
378 B
Text
13 lines
378 B
Text
.block__content.profile-about
|
|
= cond do
|
|
- @user.description not in [nil, ""] ->
|
|
= @about_me
|
|
- true ->
|
|
| No description provided.
|
|
|
|
= if can?(@conn, :edit_description, @user) do
|
|
= if @user.description not in [nil, ""] do
|
|
hr.separator.separator--secondary
|
|
a.button href=~p"/profiles/#{@user}/description/edit"
|
|
i.fa.fa-edit>
|
|
| Edit
|