forked from cybrespace/mastodon
Floppy disk on public views
This commit is contained in:
parent
ce1c3b9f7a
commit
8efabda22b
|
@ -60,7 +60,7 @@
|
||||||
= " "
|
= " "
|
||||||
·
|
·
|
||||||
= link_to remote_interaction_path(status), class: 'modal-button detailed-status__link' do
|
= link_to remote_interaction_path(status), class: 'modal-button detailed-status__link' do
|
||||||
= fa_icon('star')
|
= fa_icon('floppy-o')
|
||||||
%span.detailed-status__favorites>= number_to_human status.favourites_count, strip_insignificant_zeros: true
|
%span.detailed-status__favorites>= number_to_human status.favourites_count, strip_insignificant_zeros: true
|
||||||
= " "
|
= " "
|
||||||
|
|
||||||
|
|
|
@ -44,4 +44,4 @@
|
||||||
- else
|
- else
|
||||||
= fa_icon 'envelope fw'
|
= fa_icon 'envelope fw'
|
||||||
= link_to remote_interaction_path(status), class: 'status__action-bar-button icon-button modal-button', style: 'font-size: 18px; width: 23.1429px; height: 23.1429px; line-height: 23.15px;' do
|
= link_to remote_interaction_path(status), class: 'status__action-bar-button icon-button modal-button', style: 'font-size: 18px; width: 23.1429px; height: 23.1429px; line-height: 23.15px;' do
|
||||||
= fa_icon 'star fw'
|
= fa_icon 'floppy-o fw'
|
||||||
|
|
Loading…
Reference in New Issue