Sha256: 257fcba1df28b0a48880338011ca4bcd76b6c26a4f637ce6892a7ff8e8db83b8

Contents?: true

Size: 967 Bytes

Versions: 5

Compression:

Stored size: 967 Bytes

Contents

- content_for(:body_class) { "audits" }

= within_admin_layout(title: "Edit", breadcrumbs: audits_breadcrumb) do

  = simple_form_for audit,
                    url: reporting_audit_path(audit),
                    html: { autocomplete: "off" },
                    wrapper: "horizontal_form" do |f|
    = f.input :name, wrapper: :horizontal_medium
    = f.input :description,
              as: :text,
              wrapper: :horizontal_medium,
              input_html: { rows: 2 }
    = f.input :materialized_view_name,
              collection: available_data_sources,
              wrapper: :horizontal_medium
    = f.input :display_configuration,
              as: :text,
              wrapper: :horizontal_large,
              input_html: { rows: 20, class: "monospace" }
    = f.input :refresh_schedule, wrapper: :horizontal_small
    = f.submit class: :button
    = blank_separator
    | or
    = blank_separator
    = link_to "cancel", reporting_audits_path

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta8 app/views/renalware/reporting/audits/edit.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/reporting/audits/edit.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/reporting/audits/edit.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/reporting/audits/edit.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/reporting/audits/edit.html.slim