diff options
author | Ondřej Hruška <ondra@ondrovo.com> | 2017-07-25 23:32:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-25 23:32:59 +0200 |
commit | e82021e0e634c4cf4ba1880c6c47fac16c839d2e (patch) | |
tree | da04da15531dcf106b869aecc0ce6f5b573bf931 /app/views/about/more.html.haml | |
parent | b7cf758fbed204f117350bc8636fc3d610f60eb4 (diff) | |
parent | 8925731c9890f55780644304e44e0a1998e52607 (diff) |
Merge pull request #97 from glitch-soc/LESS_UGLY_LANDING_PAGE_TEXT_CSS
Landing page CSS fixes
Diffstat (limited to 'app/views/about/more.html.haml')
-rw-r--r-- | app/views/about/more.html.haml | 5 |
1 files changed, 4 insertions, 1 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 |