Sha256: 9a24fee2b34de47c6ae466be1f61f938b7c6f591fd87479146eb6d43b8ac969c

Contents?: true

Size: 1.31 KB

Versions: 21

Compression:

Stored size: 1.31 KB

Contents

- body_classes << "reversed"

- render_region :main do |main|
  - main.edit_header do
    %h1 Reader configuration

  - main.edit_form do
    - form_for :config, :url => admin_reader_configuration_url, :html => {"data-onsubmit_status"=>"Saving changes&#8230;", :method => :put} do |f|
      = render_region :form_top
      - render_region :form do |form|
        - form.edit_registration do
          %fieldset
            %h3 
              = t('registration').titlecase
            %p
              = edit_config('reader.allow_registration?')
            %p
              = edit_config('reader.require_confirmation?')
            %p
              = edit_config('reader.use_honorifics?')
            %p
              = edit_config('reader.layout')
  
        - form.edit_sender do
          %fieldset
            %h3 Administrative email
            %p
              = edit_config('email.name')
            %p
              = edit_config('email.address')
            %p
              = edit_config('email.prefix')
            %p
              = edit_config('email.layout')
      
      - render_region :form_bottom do |form_bottom|
        - form_bottom.edit_buttons do
          %p.buttons
            %input.button{:type=>"submit", :value=>"Save Changes"}/
            or
            = link_to "Cancel", admin_reader_configuration_url

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
radiant-reader-extension-1.3.13 app/views/admin/reader_configuration/edit.html.haml
radiant-reader-extension-1.3.12 app/views/admin/reader_configuration/edit.html.haml
radiant-reader-extension-1.3.11 app/views/admin/reader_configuration/edit.html.haml
radiant-reader-extension-1.3.10 app/views/admin/reader_configuration/edit.html.haml
radiant-reader-extension-1.3.9 app/views/admin/reader_configuration/edit.html.haml
radiant-reader-extension-1.3.8 app/views/admin/reader_configuration/edit.html.haml
radiant-reader-extension-1.3.7 app/views/admin/reader_configuration/edit.html.haml
radiant-reader-extension-1.3.6 app/views/admin/reader_configuration/edit.html.haml
radiant-reader-extension-1.3.4 app/views/admin/reader_configuration/edit.html.haml
radiant-reader-extension-1.3.3 app/views/admin/reader_configuration/edit.html.haml
radiant-reader-extension-1.3.1 app/views/admin/reader_configuration/edit.html.haml
radiant-reader-extension-1.3.0 app/views/admin/reader_configuration/edit.html.haml
radiant-reader-extension-1.2.4 app/views/admin/reader_configuration/edit.html.haml
radiant-reader-extension-1.2.3 app/views/admin/reader_configuration/edit.html.haml
radiant-reader-extension-1.2.2 app/views/admin/reader_configuration/edit.html.haml
radiant-reader-extension-1.2.1 app/views/admin/reader_configuration/edit.html.haml
radiant-reader-extension-1.2.0 app/views/admin/reader_configuration/edit.html.haml
radiant-reader-extension-1.1.1 app/views/admin/reader_configuration/edit.html.haml
radiant-reader-extension-1.1.0 app/views/admin/reader_configuration/edit.html.haml
radiant-reader-extension-1.0.1 app/views/admin/reader_configuration/edit.html.haml