Sha256: 898bd2c23f6dd76c6e3344c0d402af4683abed721d0bcaca3c75f49303d87b52

Contents?: true

Size: 594 Bytes

Versions: 6

Compression:

Stored size: 594 Bytes

Contents

.col-lg-12
  = f.simple_fields_for :smtp_setting do |f|
    .box.slice-box
      .box-header.with-border
        %h3.box-title
          = t('keppler.sidebar-menu.setting-submenu.email-setting-smtp')
        .box-tools.pull-right
          %a.btn.btn-box-tool{ 'data-widget' => 'collapse', type: 'button' }
            %i.icon-minus
      .box-body.pure-input
        = f.input :address
        = f.input :port
        = f.input :domain_name
        = f.input :email
        = f.input :password
        .pull-right
          = f.button :submit, t('keppler.actions.apply'), class: 'btn-primary'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
keppler-2.0.7 installer/core/app/views/admin/settings/fields/_email_setting.html.haml
keppler-2.0.6 installer/core/app/views/admin/settings/fields/_email_setting.html.haml
keppler-2.0.5 installer/core/app/views/admin/settings/fields/_email_setting.html.haml
keppler-2.0.4.p1 installer/core/app/views/admin/settings/fields/_email_setting.html.haml
keppler-2.0.4.pre.p1 installer/core/app/views/admin/settings/fields/_email_setting.html.haml
keppler-2.0.4 installer/core/app/views/admin/settings/fields/_email_setting.html.haml