diff options
author | Yamagishi Kazutoshi <ykzts@desire.sh> | 2017-07-04 22:19:24 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-07-04 15:19:24 +0200 |
commit | 275c5b51ed7e22734d18db6acb2b87ba26bd435f (patch) | |
tree | 0f3d8e613526e3ebdb98e4ccdd88c5a02b43d543 /app/views/admin/settings | |
parent | f85dbe83c8e982f9685fbc802031b74c7c319bc7 (diff) |
Customizable privacy policy from admin interface (#4062)
Diffstat (limited to 'app/views/admin/settings')
-rw-r--r-- | app/views/admin/settings/edit.html.haml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/admin/settings/edit.html.haml b/app/views/admin/settings/edit.html.haml index edb69e360..3096a958d 100644 --- a/app/views/admin/settings/edit.html.haml +++ b/app/views/admin/settings/edit.html.haml @@ -42,6 +42,13 @@ rows: 8 %tr %td + %strong= t('admin.settings.site_terms.title') + %p= t('admin.settings.site_terms.desc_html') + %td= text_area_tag :site_terms, + @settings['site_terms'].value, + rows: 8 + %tr + %td %strong= t('admin.settings.registrations.open.title') %td = select_tag :open_registrations, |