Floppy disk on public views

This commit is contained in:
Andrew 2018-09-14 14:24:42 -07:00
parent ce1c3b9f7a
commit 8efabda22b
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@
= " "
·
= 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
= " "

View File

@ -44,4 +44,4 @@
- else
= 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
= fa_icon 'star fw'
= fa_icon 'floppy-o fw'