Add local only icon to status page

This commit is contained in:
Renato "Lond" Cerqueira
2018-09-04 18:27:34 +02:00
parent 469294d293
commit 5497b5af61
2 changed files with 7 additions and 0 deletions

View File

@ -45,3 +45,6 @@
= 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'
- if status.local_only
%span.status__action-bar-button.icon-button.disabled{style: 'font-size: 18px; width: 23.1429px; height: 23.1429px; line-height: 23.15px;'}<
= fa_icon 'chain-broken fw', 'title': t('statuses.local_only')