Sha256: 760ea4442ac14cd55c4c3098c309cdceb326cfc4877f4d7df68cf3ec86710d62

Contents?: true

Size: 626 Bytes

Versions: 5

Compression:

Stored size: 626 Bytes

Contents

%h2 Site Settings
= simple_form_for Jabe::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 :mail_from
  = 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.input :google_tracker_id
  = form.submit 'Save'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jabe-0.7.0 app/views/jabe/admin/settings/edit.html.haml
jabe-0.6.5 app/views/jabe/admin/settings/edit.html.haml
jabe-0.6.4 app/views/jabe/admin/settings/edit.html.haml
jabe-0.6.3 app/views/jabe/admin/settings/edit.html.haml
jabe-0.6.2 app/views/jabe/admin/settings/edit.html.haml