Sha256: 4a466b86f92d1489043c5c9d47f12cd61be0e2002fb4a90ff0fa30d245a30099

Contents?: true

Size: 562 Bytes

Versions: 2

Compression:

Stored size: 562 Bytes

Contents

%h2 Site Settings
= semantic_form_for SETTINGS, :url => admin_settings_path do |form|
  = form.input :host_name, :label => 'Domain and port', :hint => '(e.g. pixels-and-bits.com or localhost:3000)'
  = 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.input :sidebar_heading
  = form.input :github_username
  = form.input :show_github_badge
  = form.input :twitter_username
  = form.input :facebook_url

  = form.submit 'Save'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jabe-0.5.8 app/views/admin/settings/edit.html.haml
jabe-0.5.7 app/views/admin/settings/edit.html.haml