Customizable privacy policy from admin interface (#4062)
This commit is contained in:
parent
f85dbe83c8
commit
275c5b51ed
12 changed files with 232 additions and 229 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
class AboutController < ApplicationController
|
||||
before_action :set_body_classes
|
||||
before_action :set_instance_presenter, only: [:show, :more]
|
||||
before_action :set_instance_presenter, only: [:show, :more, :terms]
|
||||
|
||||
def show; end
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@ module Admin
|
|||
site_title
|
||||
site_description
|
||||
site_extended_description
|
||||
site_terms
|
||||
open_registrations
|
||||
closed_registrations_message
|
||||
).freeze
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue