Преглед на файлове

Added external link icons to joinmastodon navbar buttons (#4368)

master
Ondřej Hruška преди 6 години
committed by Eugen Rochko
родител
ревизия
4115043dc7
променени са 2 файла, в които са добавени 8 реда и са изтрити 2 реда
  1. +4
    -1
      app/views/about/more.html.haml
  2. +4
    -1
      app/views/about/show.html.haml

+ 4
- 1
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


+ 4
- 1
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


Зареждане…
Отказ
Запис