From 2f3efe701e1fb873eea938afef90d52e033e40ee Mon Sep 17 00:00:00 2001 From: Luna D Date: Sun, 15 Dec 2019 13:04:41 -0500 Subject: [PATCH] use correct fa tag --- lib/philomena_web/templates/forum/show.html.slime | 2 +- lib/philomena_web/templates/gallery/show.html.slime | 4 ++-- lib/philomena_web/templates/image/_image_meta.html.slime | 2 +- lib/philomena_web/templates/image/comment/edit.html.slime | 4 ++-- lib/philomena_web/templates/post/_post_options.html.slime | 2 +- .../templates/profile/description/edit.html.slime | 4 ++-- lib/philomena_web/templates/topic/post/edit.html.slime | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/lib/philomena_web/templates/forum/show.html.slime b/lib/philomena_web/templates/forum/show.html.slime index a045daf6..e1c9d54c 100644 --- a/lib/philomena_web/templates/forum/show.html.slime +++ b/lib/philomena_web/templates/forum/show.html.slime @@ -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) diff --git a/lib/philomena_web/templates/gallery/show.html.slime b/lib/philomena_web/templates/gallery/show.html.slime index cdb6e96b..b6a1d393 100644 --- a/lib/philomena_web/templates/gallery/show.html.slime +++ b/lib/philomena_web/templates/gallery/show.html.slime @@ -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 \ No newline at end of file + = info diff --git a/lib/philomena_web/templates/image/_image_meta.html.slime b/lib/philomena_web/templates/image/_image_meta.html.slime index b8d82f38..979be0cd 100644 --- a/lib/philomena_web/templates/image/_image_meta.html.slime +++ b/lib/philomena_web/templates/image/_image_meta.html.slime @@ -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 diff --git a/lib/philomena_web/templates/image/comment/edit.html.slime b/lib/philomena_web/templates/image/comment/edit.html.slime index 01a7d7a3..7808236d 100644 --- a/lib/philomena_web/templates/image/comment/edit.html.slime +++ b/lib/philomena_web/templates/image/comment/edit.html.slime @@ -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…")] \ No newline at end of file + => submit "Edit", class: "button", data: [disable_with: raw("Posting…")] diff --git a/lib/philomena_web/templates/post/_post_options.html.slime b/lib/philomena_web/templates/post/_post_options.html.slime index 9c7c0498..2e0f9575 100644 --- a/lib/philomena_web/templates/post/_post_options.html.slime +++ b/lib/philomena_web/templates/post/_post_options.html.slime @@ -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 diff --git a/lib/philomena_web/templates/profile/description/edit.html.slime b/lib/philomena_web/templates/profile/description/edit.html.slime index e5af04e2..7bea4a15 100644 --- a/lib/philomena_web/templates/profile/description/edit.html.slime +++ b/lib/philomena_web/templates/profile/description/edit.html.slime @@ -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" \ No newline at end of file + => submit "Update", class: "button" diff --git a/lib/philomena_web/templates/topic/post/edit.html.slime b/lib/philomena_web/templates/topic/post/edit.html.slime index 89faf4c2..b72a9ba5 100644 --- a/lib/philomena_web/templates/topic/post/edit.html.slime +++ b/lib/philomena_web/templates/topic/post/edit.html.slime @@ -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…")] \ No newline at end of file + => submit "Edit", class: "button", data: [disable_with: raw("Posting…")]