about summary refs log tree commit diff
path: root/app/presenters/instance_presenter.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-07-31 18:59:34 +0200
committerGitHub <noreply@github.com>2018-07-31 18:59:34 +0200
commitcc56f2230a10c4fded80a34e5297fad8d9891e02 (patch)
treeb1bb13c698c8aeffc946da8a1f1025983ba58398 /app/presenters/instance_presenter.rb
parent9ae53ad59ee18459775d19c4699c771c7f86fa7c (diff)
Add separate setting for sidebar text (site_short_description) (#8107)
* Add separate setting for sidebar text (site_short_description)

* Fix tests
Diffstat (limited to 'app/presenters/instance_presenter.rb')
-rw-r--r--app/presenters/instance_presenter.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/presenters/instance_presenter.rb b/app/presenters/instance_presenter.rb
index e4972c962..31365b646 100644
--- a/app/presenters/instance_presenter.rb
+++ b/app/presenters/instance_presenter.rb
@@ -6,6 +6,7 @@ class InstancePresenter
     :site_contact_email,
     :open_registrations,
     :site_title,
+    :site_short_description,
     :site_description,
     :site_extended_description,
     :site_terms,