Sha256: 86fa1224927c298e4ec4c6107c7b357ab17b4c34fca284b52a97f481e21f745a
Contents?: true
Size: 1.42 KB
Versions: 18
Compression:
Stored size: 1.42 KB
Contents
ol.breadcrumb.alert-warning li.active Configuration = render partial: "application/flash", locals: {notice: notice} .row .col-sm-10 .panel .panel-heading h1.panel-title Templates Configuration .panel-body .float-right = form_tag({action: :upload}, multipart: true) do span.btn.btn-default.btn-file<> | Select File to Import = file_field_tag 'import_file' = submit_tag 'Send File', class: 'btn btn-success' table.table.table-striped.table-hover thead tr th Title th Process manager th Process class th th tbody - @process_templates.each do |process_template| tr td = link_to process_template.title, process_template_operation_templates_path(process_template) td = process_template.manager_class td = process_template.process_class td = link_to 'Edit', edit_process_template_path(process_template) td = link_to 'Destroy', process_template, data: {:confirm => 'Are you sure?'}, :method => :delete .col-sm-2 panel .panel-body .btn-toolbar ul.nav.nav-pills li role="presentation" class="active" = link_to 'Add Process Template', new_process_template_path, class: "btn btn-primary"
Version data entries
18 entries across 18 versions & 1 rubygems