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