Sha256: f13910ad2d90ff3d4748e800de4d471b27b69f3b5953cfcc066331ec349854d5
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
- set_page_title "Configuration" %section %form.post{:action => '/admin/config', :method => 'post'} %h2 Blog = form_field config, :blog_title = form_field config, :blog_description = form_field config, :blog_footer %h2 Author = form_field config, :author_name %h2 External Services = form_field config, :blog_feed_url, :label => "ATOM Feed URL", :hint => "This is what the /feed URL will redirect to. You can change this to eg. your FeedBurner URL." .row .six.columns = form_field config, :disqus_id, :label => "Disqus shortname" .six.columns = form_field config, :twitter_id, :label => "Twitter user name" .row .six.columns = form_field config, :google_analytics_id, :label => "Google Analytics ID" .six.columns = form_field config, :gauges_id, :label => "Gauges ID" .row .six.columns = form_field config, :gosquared_id, :label => "GoSquared ID" .buttons %input{:type => 'submit', :value => 'Update Configuration'}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
schnitzelpress-0.2.1 | lib/views/admin/config.haml |