logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 7f8044d91302adbece04db9586384b1a79ef1a6e
parent: 66b39ccaedd86030e0f1299b52b6daab43560b18
Author: Matt Jankowski <mjankowski@thoughtbot.com>
Date:   Wed, 19 Apr 2017 22:00:02 -0400

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


Diffstat:

Mapp/views/admin/accounts/show.html.haml6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app/views/admin/accounts/show.html.haml b/app/views/admin/accounts/show.html.haml @@ -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')