about summary refs log tree commit diff
path: root/app/views/about/more.html.haml
blob: 49a3a0c95d5d3f30b28adbe812d2397fbca902ad (plain) (blame)
1
2
3
4
5
6
7
8
- 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 }