Sha256: 895d47cd347da120febe12517158886454ac56b587fad4a25c7920446f4b4d60

Contents?: true

Size: 1.34 KB

Versions: 6

Compression:

Stored size: 1.34 KB

Contents

.col-lg-12
  .box.slice-box
    .box-header.with-border
      %h3.box-title
        = t 'keppler.sidebar-menu.setting-submenu.google-analytics'
      .box-tools.pull-right
        %a.btn.btn-box-tool{ 'data-widget' => 'collapse', type: 'button' }
          %i.icon-minus
    .box-body.pure-input
      .container
        = f.simple_fields_for :google_analytics_setting do |f|
          .row
            .col-lg-6.col-md-6.col-sm-12.col-xs-12
              = f.input :ga_account_id
            .col-lg-6.col-md-6.col-sm-12.col-xs-12
              = f.input :ga_tracking_id
          .row
            .col-lg-6.col-md-6.col-sm-12.col-xs-12
              .form-group.string.optional
                .checkbox
                  %label{ for: 'setting_google_analytics_setting_attributes_ga_status' }
                    %span.label-text Ga Status
                    %input{ type: 'checkbox', name: 'setting[google_analytics_setting_attributes][ga_status]', value: 0, id: 'setting_google_analytics_setting_attributes_ga_status', 'checklist-model' => 'check', 'checklist-value' => 'ga_status', '@click' => 'listDelete(ga_status)' }
                    %span.cr
                      %i.cr-icon.glyphicon.glyphicon-ok
            .col-lg-6.col-md-6.col-sm-12.col-xs-12
              .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/_google_analytics_setting.html.haml
keppler-2.0.6 installer/core/app/views/admin/settings/fields/_google_analytics_setting.html.haml
keppler-2.0.5 installer/core/app/views/admin/settings/fields/_google_analytics_setting.html.haml
keppler-2.0.4.p1 installer/core/app/views/admin/settings/fields/_google_analytics_setting.html.haml
keppler-2.0.4.pre.p1 installer/core/app/views/admin/settings/fields/_google_analytics_setting.html.haml
keppler-2.0.4 installer/core/app/views/admin/settings/fields/_google_analytics_setting.html.haml