Sha256: 0dd48f5fc3d2261461bc3580f77ad78941dd38afe82d9cd62b14219709845a83

Contents?: true

Size: 757 Bytes

Versions: 24

Compression:

Stored size: 757 Bytes

Contents

- title t('.title', name: @cron_tab.name)

%form{action: model_path(@cron_tab), method: :post}
  %input{type: :hidden, value: form_authenticity_token, name: :authenticity_token}
  %input{type: :hidden, name: '_method', value: :put}
  .container
    .row
      .col.s12
        .card
          .card-content
            .card-title= t('.title', name: @cron_tab.name)
            .row
              = form_text_field(@cron_tab, :min)
              = form_text_field(@cron_tab, :hour)
              = form_text_field(@cron_tab, :mday)
              = form_text_field(@cron_tab, :month)
              = form_text_field(@cron_tab, :wday)
              = form_checkbox(@cron_tab, :enabled)
          = render 'common/update_actions', form_cancel_path: index_path

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
web47core-3.2.9 app/views/cron/_edit.html.haml
web47core-3.2.8 app/views/cron/_edit.html.haml
web47core-3.2.7 app/views/cron/_edit.html.haml
web47core-3.2.6 app/views/cron/_edit.html.haml
web47core-3.2.5 app/views/cron/_edit.html.haml
web47core-3.2.4 app/views/cron/_edit.html.haml
web47core-2.2.20 app/views/cron/_edit.html.haml
web47core-2.2.19 app/views/cron/_edit.html.haml
web47core-3.2.3 app/views/cron/_edit.html.haml
web47core-3.2.2 app/views/cron/_edit.html.haml
web47core-2.2.15 app/views/cron/_edit.html.haml
web47core-3.0.6 app/views/cron/_edit.html.haml
web47core-3.0.5 app/views/cron/_edit.html.haml
web47core-2.3.4 app/views/cron/_edit.html.haml
web47core-2.3.3 app/views/cron/_edit.html.haml
web47core-2.3.2 app/views/cron/_edit.html.haml
web47core-2.3.1 app/views/cron/_edit.html.haml
web47core-2.3.0 app/views/cron/_edit.html.haml
web47core-2.2.18 app/views/cron/_edit.html.haml
web47core-2.2.17 app/views/cron/_edit.html.haml