Sha256: 758d0605c4f5c4ef900ced495519f6061e75cab0b77faa000fdf3b297b54cfbf
Contents?: true
Size: 702 Bytes
Versions: 6
Compression:
Stored size: 702 Bytes
Contents
<%# Copyright 2011-2012 Rice University. Licensed under the Affero General Public License version 3 or later. See the COPYRIGHT file for details. %> <% # Clients of this partial must supply the following variables: # action_search_path %> <div id="action-search-errors"></div> <%= lev_form_for :search, url: action_search_path, id: 'action_search_form', remote: true do |f| %> Search for <%= f.text_field :search_terms, style: 'width:300px' %> in <%= f.select :search_type, options_for_select(['Any', 'Name', 'Username']) %> <%= submit_tag 'Search' %> <% end %> <div id="action-search-results-list"></div>
Version data entries
6 entries across 6 versions & 1 rubygems