Sha256: 3d73bb30c21e2792fe5ec71f3fc60e49c63f23fb09e4f5aa0f15950058cbb9cb

Contents?: true

Size: 401 Bytes

Versions: 2

Compression:

Stored size: 401 Bytes

Contents

.filters
  .filters__form
    = search_form_for drugs_search, html: { class: "fn-form" } do |f|
      .row
        .small-9.large-4.columns
          = f.label "Name or type"
          = f.search_field :name_or_drug_types_name_start
        .small-3.large-4.columns.actions.end
          = f.submit t("btn.filter"), class: "button"
          '  or
          = link_to t("btn.reset"), drugs_drugs_path

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
renalware-core-2.1.1 app/views/renalware/drugs/drugs/_filters.html.slim
renalware-core-2.1.0 app/views/renalware/drugs/drugs/_filters.html.slim