From 08706d2e13558b7e33ed32c5ab508d8367d19785 Mon Sep 17 00:00:00 2001 From: echarp Date: Thu, 1 Mar 2018 20:46:06 +0100 Subject: [PATCH] Some missing awesome font icons --- app/views/events/show.html.haml | 2 +- app/views/moderations/validate.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/events/show.html.haml b/app/views/events/show.html.haml index 9557b349..24964028 100644 --- a/app/views/events/show.html.haml +++ b/app/views/events/show.html.haml @@ -99,7 +99,7 @@ = t '.infos' - if @event.url.present? %p - %em.fa.fa-external-link + %em.fa.fa-external-link-alt %span.label= Event.human_attribute_name :url = link_to @event.url, sanitize(@event.url) %p diff --git a/app/views/moderations/validate.html.haml b/app/views/moderations/validate.html.haml index 688d1517..290b63d9 100644 --- a/app/views/moderations/validate.html.haml +++ b/app/views/moderations/validate.html.haml @@ -18,7 +18,7 @@ - if ENV['TWITTER_CONSUMER_KEY'] || Rails.env.development? %fieldset %legend - %em.fa.fa-twitter + %em.fab.fa-twitter Tweet %h3= t '.tweet_helper'