mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-31 19:36: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))
|
||||
a href=Routes.forum_topic_path(@conn, :new, @forum)
|
||||
i.fa.fa-fw.fa-pencil>
|
||||
i.fa.fa-fw.fa-edit>
|
||||
' New Topic
|
||||
|
||||
/= 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
|
||||
a href=Routes.gallery_path(@conn, :edit, @gallery)
|
||||
i.fa.fa-pencil>
|
||||
i.fas.fa-edit>
|
||||
span.hide-mobile Edit
|
||||
|
||||
= if can?(@conn, :edit, @gallery) do
|
||||
|
@ -73,4 +73,4 @@ elixir:
|
|||
= pagination
|
||||
|
||||
span.block__header__title
|
||||
= info
|
||||
= info
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
=> link_to_ip(@conn, @image.ip)
|
||||
=> link_to_fingerprint(@conn, @image.fingerprint)
|
||||
a href="#"
|
||||
i.fa.fa-edit
|
||||
i.fas.fa-edit
|
||||
span.image-size
|
||||
|
|
||||
= @image.image_width
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.block
|
||||
.block__header.block__header--js-tabbed
|
||||
a.selected href="#" data-click-tab="write"
|
||||
i.fa.fa-pencil>
|
||||
i.fas.fa-edit>
|
||||
' Edit
|
||||
|
||||
a href="#" data-click-tab="preview"
|
||||
|
@ -29,4 +29,4 @@
|
|||
' [Loading preview...]
|
||||
|
||||
.block__content.communication-edit__actions
|
||||
=> submit "Edit", class: "button", data: [disable_with: raw("Posting…")]
|
||||
=> submit "Edit", class: "button", data: [disable_with: raw("Posting…")]
|
||||
|
|
|
@ -37,5 +37,5 @@ div
|
|||
span.owner-options
|
||||
strong
|
||||
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
|
||||
|
|
|
@ -16,7 +16,7 @@ h1 Updating Profile Description
|
|||
.block
|
||||
.block__header.block__header--js-tabbed
|
||||
a.selected href="#" data-click-tab="write"
|
||||
i.fa.fa-pencil>
|
||||
i.fas.fa-edit>
|
||||
' About Me
|
||||
|
||||
a href="#" data-click-tab="preview"
|
||||
|
@ -35,4 +35,4 @@ h1 Updating Profile Description
|
|||
' [Loading preview...]
|
||||
|
||||
.block__content.communication-edit__actions
|
||||
=> submit "Update", class: "button"
|
||||
=> submit "Update", class: "button"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.block
|
||||
.block__header.block__header--js-tabbed
|
||||
a.selected href="#" data-click-tab="write"
|
||||
i.fa.fa-pencil>
|
||||
i.fas.fa-edit>
|
||||
' Edit
|
||||
|
||||
a href="#" data-click-tab="preview"
|
||||
|
@ -29,4 +29,4 @@
|
|||
' [Loading preview...]
|
||||
|
||||
.block__content.communication-edit__actions
|
||||
=> submit "Edit", class: "button", data: [disable_with: raw("Posting…")]
|
||||
=> submit "Edit", class: "button", data: [disable_with: raw("Posting…")]
|
||||
|
|
Loading…
Reference in a new issue