Sha256: a28d2c4397f25c7bfe9af363da42112817f53fbb38b79e4452ff13fea3a98bed
Contents?: true
Size: 903 Bytes
Versions: 11
Compression:
Stored size: 903 Bytes
Contents
.navbar.navbar-default .container-fluid %ul.nav.navbar-nav.nav-pills - listing.scopes.each do |scope| %li{class: "#{'active' if listing.is_active_scope(scope)}"} = link_to scope.human_name, listing.url_for_scope(scope), :remote => true, class: 'scope_link' - if listing.searchable? || listing.filterable? %form.navbar-form.navbar-right{:action => listings.listing_content_url(listing.name), :'data-remote' => true} - listing.scoped_params.each do |key,value| %input{type: 'hidden', name: key, value: value} .form-group %input.form-control.ls-search-field{type: 'text', name: listing.param_search, value: listing.scoped_params[listing.param_search], placeholder: listing.search_placeholder} - if listing.render_filters_at?(:top) %ul.nav.navbar-nav.navbar-right = listings_partial_render 'top_filters', listing
Version data entries
11 entries across 11 versions & 1 rubygems