Sha256: ef7856f2faad3892b9512f23ec33378c883064759df38482f1778361b534a441
Contents?: true
Size: 741 Bytes
Versions: 19
Compression:
Stored size: 741 Bytes
Contents
= render partial: "application/flash", locals: {notice: notice} ol.breadcrumb.alert-warning li = link_to "Configuration", process_templates_path li.active = "Template: #{@process_template.title}" .row .col-md-10 .panel .panel-heading h1.panel-title = "Template: #{@process_template.title}" .panel-body = form_for @process_template, html: { class: "form-horizontal clearfix" } do |f| = render partial: 'form', locals: {f: f} .btn-toolbar.pull-right = link_to 'Show', @process_template, class: "btn btn-default" = link_to 'Back', process_templates_path, class: "btn btn-default" = f.submit value: 'Save', class: "btn btn-success"
Version data entries
19 entries across 19 versions & 1 rubygems