Add extended about page stub

This commit is contained in:
Eugen Rochko
2017-01-13 03:24:41 +01:00
parent 2939e9898b
commit e25170f960
10 changed files with 44 additions and 15 deletions

View File

@ -0,0 +1,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 }