Sha256: 553b93c8acc1d09fa53ad37b684e0530e08f83d50c3e4f71f868ed3e03c6c3d4

Contents?: true

Size: 677 Bytes

Versions: 61

Compression:

Stored size: 677 Bytes

Contents

= search_form_for(search,
                  url: snippets_path,
                  remote: remote,
                  id: "snippet-search-form") do |f|
  .row.collapse
    .columns.small-10.large-11
      = hidden_field_tag :author, author
      = label_tag :title_or_author_given_name_or_author_family_name_cont,
                  t(".search_placeholder") do
        = f.search_field :title_or_author_given_name_or_author_family_name_cont,
                         placeholder: t(".search_placeholder"),
                         class: "radius radius-left"
    .columns.small-2.large-1
      = f.button class: "button tiny postfix radius radius-right" do
        i.fa.fa-search

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta4 app/views/renalware/snippets/snippets/_search_form.html.slim