mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-13 19:54:01 -05:00
8 lines
224 B
Plaintext
8 lines
224 B
Plaintext
- content_for :page_title do
|
|
#{Rails.configuration.x.local_domain}
|
|
|
|
.wrapper
|
|
= @extended_description.html_safe
|
|
|
|
- if @contact_account
|
|
= render partial: 'authorize_follow/card', locals: { account: @contact_account } |