Sha256: c46e54d8eb367bfc2ddc596560431570fd4c74fcbd75a729317666308ba6d5b0
Contents?: true
Size: 911 Bytes
Versions: 19
Compression:
Stored size: 911 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 :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 ' or = link_to "cancel", reporting_audits_path
Version data entries
19 entries across 19 versions & 1 rubygems