diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-12-28 03:38:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-28 03:38:41 +0100 |
commit | 6e49907ecfc7036b6bf2dd91b9ebf4ba62d16080 (patch) | |
tree | 9539e8e60b270a4e283e9cb41d370be6116f7259 /app/views/admin/statuses | |
parent | 8c5116fa2c197f61aa34e3d1f7f7a11631ec2e0a (diff) |
Improve admin UI for account view (#9643)
Diffstat (limited to 'app/views/admin/statuses')
-rw-r--r-- | app/views/admin/statuses/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/statuses/index.html.haml b/app/views/admin/statuses/index.html.haml index 880a24f76..dd3c79815 100644 --- a/app/views/admin/statuses/index.html.haml +++ b/app/views/admin/statuses/index.html.haml @@ -14,7 +14,7 @@ %li= link_to t('admin.statuses.with_media'), admin_account_statuses_path(@account.id, current_params.merge(media: true)), class: params[:media] && 'selected' .back-link{ style: 'flex: 1 1 auto; text-align: right' } = link_to admin_account_path(@account.id) do - %i.fa.fa-chevron-left.fa-fw + = fa_icon 'chevron-left fw' = t('admin.statuses.back_to_account') %hr.spacer/ |