mirror of https://github.com/mastodon/mastodon
Add extended about page stub
parent
2939e9898b
commit
e25170f960
@ -1,9 +1,11 @@
|
|||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Settings
|
module Settings
|
||||||
module Extend
|
module Extend
|
||||||
extend ActiveSupport::Concern
|
extend ActiveSupport::Concern
|
||||||
|
|
||||||
def settings
|
def settings
|
||||||
ScopedSettings.for_thing(self)
|
ScopedSettings.for_thing(self)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -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 }
|
Loading…
Reference in New Issue