logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 89210781cb78cd734b4791bfba7b17a012f97edf
parent: e9810cbad61625771c4d0a8de25211795f03d82e
Author: Shunsuke Michii <harukasan@me.com>
Date:   Sat, 13 May 2017 22:56:42 +0900

Fix og:url. (#3031)


Diffstat:

Mapp/views/accounts/show.html.haml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/accounts/show.html.haml b/app/views/accounts/show.html.haml @@ -6,7 +6,7 @@ %link{ rel: 'alternate', type: 'application/atom+xml', href: account_url(@account, format: 'atom') }/ %meta{ property: 'og:type', content: 'profile' }/ - = render 'og', account: @account, url: account_url(@account, only_path: false) + = render 'og', account: @account, url: short_account_url(@account, only_path: false) - if show_landing_strip? = render partial: 'shared/landing_strip', locals: { account: @account }