Sha256: f45431c7f41e43848c88199258e070886d950a89a6c0f787735585a51670c639
Contents?: true
Size: 1.1 KB
Versions: 9
Compression:
Stored size: 1.1 KB
Contents
- title t('.title', name: @cron_tab.name.humanize) - content_for :breadcrumbs do =breadcrumb_step(cron_tabs_path, t('cron_tabs.index.title')) %form{action: cron_tab_path(@cron_tab), method: :post} %input{type: :hidden, value: form_authenticity_token, name: :authenticity_token} %input{type: :hidden, name: '_method', value: :put} .card .card-body .container .row = html5_text_field(@cron_tab, :min, classes: %w[col-sm-12 col-md-6 col-lg-4 col-xl-3 xol-xxl-2] ) = html5_text_field(@cron_tab, :hour, classes: %w[col-sm-12 col-md-6 col-lg-4 col-xl-3 xol-xxl-2] ) = html5_text_field(@cron_tab, :mday, classes: %w[col-sm-12 col-md-6 col-lg-4 col-xl-3 xol-xxl-2] ) = html5_text_field(@cron_tab, :month, classes: %w[col-sm-12 col-md-6 col-lg-4 col-xl-3 xol-xxl-2] ) = html5_text_field(@cron_tab, :wday, classes: %w[col-sm-12 col-md-6 col-lg-4 col-xl-3 xol-xxl-2] ) = html5_checkbox(@cron_tab, :enabled, classes: %w[col-sm-12 col-md-6 col-lg-4 col-xl-3 xol-xxl-2] ) .card-footer= render 'common/form_actions', form_cancel_path: cron_tabs_path
Version data entries
9 entries across 9 versions & 1 rubygems