You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
224 B

  1. - content_for :page_title do
  2. #{Rails.configuration.x.local_domain}
  3. .wrapper
  4. = @extended_description.html_safe
  5. - if @contact_account
  6. = render partial: 'authorize_follow/card', locals: { account: @contact_account }