Sha256: f19bb75e526413fc988fdaa157eb8ea2e4201d1474f882aa793a2f7114c00549

Contents?: true

Size: 1.26 KB

Versions: 10

Compression:

Stored size: 1.26 KB

Contents

- content_for :title do
  →
  = t('.title')
- content_for :script do
  :javascript
    $(document).ready(function() { new window.Settings('#content'); });

#system_JSON.dn= @properties_JSON


%ul#sys_nav.nav.nav-pills
  %li= link_to t('.dovecot'), '#store', 'data-toggle' => 'pill'
  %li= link_to t('.postfix'), '#submission', 'data-toggle' => 'pill'
  %li= link_to t('.filtering'), '#filtering', 'data-toggle' => 'pill'
  %li= link_to t('.certificates'), '#certificates', 'data-toggle' => 'pill'

= render :partial => 'status'

#system
  = simple_form_for Property.new, :url => server_path,
          :html => { :class => 'form-horizontal tab-content' } do |f|
    #submission.tab-pane
      %h2=t('.postfix')
      = render :partial => 'postfix_info', :locals => {:form => f }
    #store.tab-pane
      %h2=t('.dovecot')
      = render :partial => 'dovecot', :locals => {:form => f }
    #filtering.tab-pane
      %h2=t('.filtering')
      = render :partial => 'postfix_test', :locals => {:form => f }
      = render :partial => 'dspam', :locals => {:form => f }
      = render :partial => 'amavis', :locals => {:form => f }

    #certificates.tab-pane
      %h2=t('.certificates')
      = render :partial => 'certificates', :locals => {:form => f }

= render :partial => 'status'

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rmails-0.2.5 app/views/server/index.html.haml
rmails-0.2.4 app/views/server/index.html.haml
rmails-0.2.3 app/views/server/index.html.haml
rmails-0.2.2 app/views/server/index.html.haml
rmails-0.2.1 app/views/server/index.html.haml
rmails-0.2.0 app/views/server/index.html.haml
rmails-0.1.6 app/views/server/index.html.haml
rmails-0.1.5 app/views/server/index.html.haml
rmails-0.1.4 app/views/server/index.html.haml
rmails-0.1.3 app/views/server/index.html.haml