mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-01 03:46:44 +01:00
fix post edit icon
This commit is contained in:
parent
7e39998eb3
commit
ba874ab4dd
1 changed files with 1 additions and 1 deletions
|
@ -37,5 +37,5 @@ div
|
||||||
span.owner-options
|
span.owner-options
|
||||||
strong
|
strong
|
||||||
a.communication__interaction href=Routes.forum_topic_post_path(@conn, :edit, @post.topic.forum, @post.topic, @post)
|
a.communication__interaction href=Routes.forum_topic_post_path(@conn, :edit, @post.topic.forum, @post.topic, @post)
|
||||||
i.fa.fa-pencil>
|
i.fa.fa-edit>
|
||||||
' Edit
|
' Edit
|
||||||
|
|
Loading…
Reference in a new issue