0
0
Fork 0

Add extended about page stub

This commit is contained in:
Eugen Rochko 2017-01-13 03:24:41 +01:00
parent 2939e9898b
commit e25170f960
10 changed files with 44 additions and 15 deletions

View file

@ -7,6 +7,12 @@ class AboutController < ApplicationController
@description = Setting.site_description
end
def more
@extended_description = Setting.site_extended_description
@contact_account = Account.find_local(Setting.site_contact_username)
@contact_email = Setting.site_contact_email
end
def terms; end
private