about summary refs log tree commit diff
path: root/app/views/about
diff options
context:
space:
mode:
authorOndřej Hruška <ondra@ondrovo.com>2017-07-25 23:30:13 +0200
committerOndřej Hruška <ondra@ondrovo.com>2017-07-25 23:30:13 +0200
commit4c233b4f3a9cee68178aa1758c8bb4c0c8508650 (patch)
tree6241b182377add919dbf3bbf05caee376ea293a8 /app/views/about
parentb7cf758fbed204f117350bc8636fc3d610f60eb4 (diff)
Add .fa-external-link to instance list link
Diffstat (limited to 'app/views/about')
-rw-r--r--app/views/about/more.html.haml5
-rw-r--r--app/views/about/show.html.haml5
2 files changed, 8 insertions, 2 deletions
diff --git a/app/views/about/more.html.haml b/app/views/about/more.html.haml
index ed491495b..6d621ce8b 100644
--- a/app/views/about/more.html.haml
+++ b/app/views/about/more.html.haml
@@ -29,7 +29,10 @@
             - else
               = link_to t('auth.login'), new_user_session_path, class: 'webapp-btn'
           %li= link_to t('about.about_this'), about_more_path
-          %li= link_to t('about.other_instances'), 'https://joinmastodon.org/'
+          %li
+            = link_to 'https://joinmastodon.org/' do
+              = "#{t('about.other_instances')}"
+              %i.fa.fa-external-link{ style: 'padding-left: 5px;' }
 
       .container.hero
         .heading
diff --git a/app/views/about/show.html.haml b/app/views/about/show.html.haml
index b78e181ec..3e04dd038 100644
--- a/app/views/about/show.html.haml
+++ b/app/views/about/show.html.haml
@@ -33,7 +33,10 @@
             - else
               = link_to t('auth.login'), new_user_session_path, class: 'webapp-btn'
           %li= link_to t('about.about_this'), about_more_path
-          %li= link_to t('about.other_instances'), 'https://joinmastodon.org/'
+          %li
+            = link_to 'https://joinmastodon.org/' do
+              = "#{t('about.other_instances')}"
+              %i.fa.fa-external-link{ style: 'padding-left: 5px;' }
 
       .container.hero
         .floats