Link to profile/feed/salmon from admin/accounts show page (#2186)

This commit is contained in:
Matt Jankowski 2017-04-19 22:00:02 -04:00 committed by Eugen
parent 66b39ccaed
commit 7f8044d913
1 changed files with 3 additions and 3 deletions

View File

@ -30,10 +30,10 @@
- else
%tr
%th= t('admin.accounts.profile_url')
%td= link_to @account.url
%td= link_to @account.url, @account.url
%tr
%th= t('admin.accounts.feed_url')
%td= link_to @account.remote_url
%td= link_to @account.remote_url, @account.remote_url
%tr
%th= t('admin.accounts.push_subscription_expires')
%td
@ -43,7 +43,7 @@
= t('admin.accounts.not_subscribed')
%tr
%th= t('admin.accounts.salmon_url')
%td= link_to @account.salmon_url
%td= link_to @account.salmon_url, @account.salmon_url
%tr
%th= t('admin.accounts.follows')