parent
6d98465db2
commit
533448be42
@ -1,9 +1,11 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Settings
|
||||
module Extend
|
||||
extend ActiveSupport::Concern
|
||||
extend ActiveSupport::Concern
|
||||
|
||||
def settings
|
||||
ScopedSettings.for_thing(self)
|
||||
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