Sha256: 4d26644e8cb99214c16331957b9d3fb13f95b1e1db6bd01efe18511a81ede877

Contents?: true

Size: 337 Bytes

Versions: 7

Compression:

Stored size: 337 Bytes

Contents

%h2 Site Settings
= semantic_form_for SETTINGS, :url => admin_settings_path do |form|
  = form.input :site_url
  = form.input :site_name
  = form.input :tagline
  = form.input :time_zone, :label => 'Your local time zone'
  = form.input :entries_per_page, :label => 'Entries on the home page'
  
  = form.submit 'Save', :class => 'button'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jabe-0.5.6 app/views/admin/settings/edit.html.haml
jabe-0.5.5 app/views/admin/settings/edit.html.haml
jabe-0.5.4 app/views/admin/settings/edit.html.haml
jabe-0.5.3 app/views/admin/settings/edit.html.haml
jabe-0.5.2 app/views/admin/settings/edit.html.haml
jabe-0.5.1 app/views/admin/settings/edit.html.haml
jabe-0.5.0 app/views/admin/settings/edit.html.haml