Add extended about page stub
This commit is contained in:
8
app/views/about/more.html.haml
Normal file
8
app/views/about/more.html.haml
Normal 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 }
|
Reference in New Issue
Block a user