diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-09-14 00:04:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-14 00:04:30 +0200 |
commit | 9239e4ce4d4e958e62552d4a01183d0295c020f5 (patch) | |
tree | 8f33707c027e2c10b62c0c6fffe1eb3bf27d38ef /app/views/admin/settings | |
parent | 06f26e09b4bff120181eaaeb70a833482368ea63 (diff) |
Uploads for admin site settings (#4913)
* Improve OpenGraph tags for about pages * Add thumbnail admin setting * Fix error * Fix up
Diffstat (limited to 'app/views/admin/settings')
-rw-r--r-- | app/views/admin/settings/edit.html.haml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/admin/settings/edit.html.haml b/app/views/admin/settings/edit.html.haml index 50d019ec4..468166035 100644 --- a/app/views/admin/settings/edit.html.haml +++ b/app/views/admin/settings/edit.html.haml @@ -11,6 +11,11 @@ %hr/ .fields-group + = f.input :thumbnail, as: :file, wrapper: :with_block_label, label: t('admin.settings.thumbnail.title'), hint: t('admin.settings.thumbnail.desc_html') + + %hr/ + + .fields-group = f.input :timeline_preview, as: :boolean, wrapper: :with_label, label: t('admin.settings.timeline_preview.title'), hint: t('admin.settings.timeline_preview.desc_html') .fields-group |