mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-01 03:46:44 +01:00
use correct fa tag
This commit is contained in:
parent
7b1a98291b
commit
2f3efe701e
7 changed files with 11 additions and 11 deletions
|
@ -7,7 +7,7 @@ h1 = @forum.name
|
||||||
' »
|
' »
|
||||||
=> link(@forum.name, to: Routes.forum_path(@conn, :show, @forum))
|
=> link(@forum.name, to: Routes.forum_path(@conn, :show, @forum))
|
||||||
a href=Routes.forum_topic_path(@conn, :new, @forum)
|
a href=Routes.forum_topic_path(@conn, :new, @forum)
|
||||||
i.fa.fa-fw.fa-pencil>
|
i.fa.fa-fw.fa-edit>
|
||||||
' New Topic
|
' New Topic
|
||||||
|
|
||||||
/= icon_link 'Search Posts', 'fa fa-fw fa-search', posts_path(forum_id: @forum.id)
|
/= icon_link 'Search Posts', 'fa fa-fw fa-search', posts_path(forum_id: @forum.id)
|
||||||
|
|
|
@ -22,7 +22,7 @@ elixir:
|
||||||
|
|
||||||
= if can?(@conn, :edit, @gallery) do
|
= if can?(@conn, :edit, @gallery) do
|
||||||
a href=Routes.gallery_path(@conn, :edit, @gallery)
|
a href=Routes.gallery_path(@conn, :edit, @gallery)
|
||||||
i.fa.fa-pencil>
|
i.fas.fa-edit>
|
||||||
span.hide-mobile Edit
|
span.hide-mobile Edit
|
||||||
|
|
||||||
= if can?(@conn, :edit, @gallery) do
|
= if can?(@conn, :edit, @gallery) do
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
=> link_to_ip(@conn, @image.ip)
|
=> link_to_ip(@conn, @image.ip)
|
||||||
=> link_to_fingerprint(@conn, @image.fingerprint)
|
=> link_to_fingerprint(@conn, @image.fingerprint)
|
||||||
a href="#"
|
a href="#"
|
||||||
i.fa.fa-edit
|
i.fas.fa-edit
|
||||||
span.image-size
|
span.image-size
|
||||||
|
|
|
|
||||||
= @image.image_width
|
= @image.image_width
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
.block
|
.block
|
||||||
.block__header.block__header--js-tabbed
|
.block__header.block__header--js-tabbed
|
||||||
a.selected href="#" data-click-tab="write"
|
a.selected href="#" data-click-tab="write"
|
||||||
i.fa.fa-pencil>
|
i.fas.fa-edit>
|
||||||
' Edit
|
' Edit
|
||||||
|
|
||||||
a href="#" data-click-tab="preview"
|
a href="#" data-click-tab="preview"
|
||||||
|
|
|
@ -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-edit>
|
i.fas.fa-edit>
|
||||||
' Edit
|
' Edit
|
||||||
|
|
|
@ -16,7 +16,7 @@ h1 Updating Profile Description
|
||||||
.block
|
.block
|
||||||
.block__header.block__header--js-tabbed
|
.block__header.block__header--js-tabbed
|
||||||
a.selected href="#" data-click-tab="write"
|
a.selected href="#" data-click-tab="write"
|
||||||
i.fa.fa-pencil>
|
i.fas.fa-edit>
|
||||||
' About Me
|
' About Me
|
||||||
|
|
||||||
a href="#" data-click-tab="preview"
|
a href="#" data-click-tab="preview"
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
.block
|
.block
|
||||||
.block__header.block__header--js-tabbed
|
.block__header.block__header--js-tabbed
|
||||||
a.selected href="#" data-click-tab="write"
|
a.selected href="#" data-click-tab="write"
|
||||||
i.fa.fa-pencil>
|
i.fas.fa-edit>
|
||||||
' Edit
|
' Edit
|
||||||
|
|
||||||
a href="#" data-click-tab="preview"
|
a href="#" data-click-tab="preview"
|
||||||
|
|
Loading…
Reference in a new issue