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