Sha256: 241811a99326ea443a20597786f08bfebcd01b14793c67c86bcfa668af277063

Contents?: true

Size: 1.48 KB

Versions: 6

Compression:

Stored size: 1.48 KB

Contents

<h1>Settings</h1>
<fieldset id="general"><legend>General</legend>
  <%= setting_form [['home_page_title','text'],
              ['default_description','text_area'],
              ['default_keywords', 'text_area']] %>
</fieldset>

<fieldset id="contactdetails"><legend>Contact Details</legend>
  <%= setting_form([['site_name','text'],
              ['address_line_1','text'],
              ['address_line_2','text'],
              ['district','text'],
              ['town','text'],
              ['county','text'],
              ['region','text'],
              ['postcode','text'],
              [],
              ['telephone', 'text'],
              ['fax', 'text'],
              ['default_email','text']]) %>

</fieldset>

<fieldset id="analytics"><legend>Google Analytics Settings</legend>
  <%= setting_form 'google_analytics_web_property_id' %>
</fieldset>

<% content_for :sub_content do %>
<h2>Helpful Tips</h2>
  <h3>Default Description</h3>
  <p>The default description describes a page to a search engine. If you do not fill in the description field for a piece of content (e.g. a news item) this will be used instead.</p>
  <h3>Default Keywords</h3>
  <p>The default keywords help promote a page to a search engine. If you do not fill in the keywords field for a piece of content (e.g. a news item) these will be used instead.</p>
  <h3>Default Email</h3>
  <p>This is the email used by the contact and showreel form. All enquiries to the site will be delivered to this email address.</p>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
beef-admin_area-0.3.9 generators/admin_area_files/templates/app/views/admin/settings/show.html.erb
beef-admin_area-0.3.8 generators/admin_area_files/templates/app/views/admin/settings/show.html.erb
beef-admin_area-0.3.7 generators/admin_area_files/templates/app/views/admin/settings/show.html.erb
beef-admin_area-0.3.6 generators/admin_area_files/templates/app/views/admin/settings/show.html.erb
beef-admin_area-0.3.4 generators/admin_area_files/templates/app/views/admin/settings/show.html.erb
beef-admin_area-0.3.3 generators/admin_area_files/templates/app/views/admin/settings/show.html.erb