mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 21:47:59 +01:00
not
This commit is contained in:
parent
90e7c6a53d
commit
3fe828ae9a
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ article.block.communication id="comment_#{@comment.id}"
|
|||
= link(to: Routes.image_comment_delete_path(@conn, :delete, @comment.image_id, @comment), method: :delete, data: [confirm: "Are you sure?"], class: "communication__interaction") do
|
||||
i.fas.fa-times>
|
||||
' Delete Contents
|
||||
- !@comment.hidden_from_users and not @comment.destroyed_content ->
|
||||
- not @comment.hidden_from_users and not @comment.destroyed_content ->
|
||||
a.communication__interaction.togglable-delete-form-link href="#" data-click-toggle="#inline-del-form-comment-#{@comment.id}"
|
||||
i.fas.fa-times>
|
||||
' Delete
|
||||
|
|
Loading…
Reference in a new issue