Sha256: 0a11de53f8e98e258b11ea16cfaed91915415174df9a7800c553449d806e2606

Contents?: true

Size: 788 Bytes

Versions: 72

Compression:

Stored size: 788 Bytes

Contents

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

- content_for :breadcrumbs do
  %a.breadcrumb{href: index_path}= t('cron.index.title')
  %a.breadcrumb{href: '#'}= t('.title', name: @cron_tab.name)

.container
  %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'}
    .row
      .col.s12
        %h1=@cron_tab.name.titleize
    .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/form_actions', form_cancel_path: index_path

Version data entries

72 entries across 72 versions & 1 rubygems

Version Path
web47core-1.1.16 app/views/cron/_edit.html.haml
web47core-1.1.15 app/views/cron/_edit.html.haml
web47core-1.1.14 app/views/cron/_edit.html.haml
web47core-1.1.13 app/views/cron/_edit.html.haml
web47core-1.1.12 app/views/cron/_edit.html.haml
web47core-1.1.11 app/views/cron/_edit.html.haml
web47core-2.0.1 app/views/cron/_edit.html.haml
web47core-2.0.0 app/views/cron/_edit.html.haml
web47core-1.1.10 app/views/cron/_edit.html.haml
web47core-1.1.9 app/views/cron/_edit.html.haml
web47core-1.1.8 app/views/cron/_edit.html.haml
web47core-1.1.7 app/views/cron/_edit.html.haml
web47core-1.1.6 app/views/cron/_edit.html.haml
web47core-1.1.5 app/views/cron/_edit.html.haml
web47core-1.1.4 app/views/cron/_edit.html.haml
web47core-1.1.3 app/views/cron/_edit.html.haml
web47core-1.1.2 app/views/cron/_edit.html.haml
web47core-1.1.1 app/views/cron/_edit.html.haml
web47core-1.1.0 app/views/cron/_edit.html.haml
web47core-1.0.18 app/views/cron/_edit.html.haml