|
|
|
@ -15,6 +15,10 @@
|
|
|
|
|
%td= best_in_place @settings['site_contact_username'], :value, url: admin_setting_path(@settings['site_contact_username']), place_holder: 'Enter a username'
|
|
|
|
|
%tr
|
|
|
|
|
%td= best_in_place @settings['site_contact_email'], :value, url: admin_setting_path(@settings['site_contact_email']), place_holder: 'Enter a public e-mail address'
|
|
|
|
|
%tr
|
|
|
|
|
%td
|
|
|
|
|
%strong Site title
|
|
|
|
|
%td= best_in_place @settings['site_title'], :value, url: admin_setting_path(@settings['site_title'])
|
|
|
|
|
%tr
|
|
|
|
|
%td
|
|
|
|
|
%strong Site description
|
|
|
|
@ -33,4 +37,4 @@
|
|
|
|
|
Displayed on extended information page
|
|
|
|
|
%br/
|
|
|
|
|
You can use HTML tags
|
|
|
|
|
%td= best_in_place @settings['site_extended_description'], :value, as: :textarea, url: admin_setting_path(@settings['site_extended_description'])
|
|
|
|
|
%td= best_in_place @settings['site_extended_description'], :value, as: :textarea, url: admin_setting_path(@settings['site_extended_description'])
|
|
|
|
|