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