diff --git a/app/views/orgas/index.html.haml b/app/views/orgas/index.html.haml index 94c5a3c9..6ec7e1ae 100644 --- a/app/views/orgas/index.html.haml +++ b/app/views/orgas/index.html.haml @@ -44,7 +44,7 @@ %td.url - if orga.url.present? = link_to orga.url do - %em.fa.fa-external-link{ title: Orga.human_attribute_name(:url) } + %em.fa.fa-external-link-alt{ title: Orga.human_attribute_name(:url) } %td.diaspora - if orga.diaspora.present? = link_to orga.diaspora do diff --git a/app/views/regions/_filter_region.haml b/app/views/regions/_filter_region.haml index 35e9d9cd..f1072d56 100644 --- a/app/views/regions/_filter_region.haml +++ b/app/views/regions/_filter_region.haml @@ -5,7 +5,7 @@ = flag_icon filter_region.code.downcase = filter_region.name %small - %em.fa.fa-external-link + %em.fa.fa-external-link-alt - else = link_to tag: params[:tag], region: session[:region] == filter_region.id ? :all : filter_region,