Sha256: 7d585a4d83b7f8ea9afb83383dff350b3ef33417ea3e75e7dc0498e8da5500cf
Contents?: true
Size: 623 Bytes
Versions: 3
Compression:
Stored size: 623 Bytes
Contents
<div style="float: right;" > <%= form_tag sufia.profiles_path, :method => :get, :class => "well form-search" do %> <label class="accessible-hidden">Search Users</label> <%= text_field_tag :uq, params[:uq], :class => "q", :placeholder => "Search Users", :size => '30', :type => "search", :id => "user_search" %> <%= hidden_field_tag :sort, params[:sort], :id => 'user_sort' %> <%= search_as_hidden_fields(:omit_keys => [:uq, :sort, :qt, :page]).html_safe %> <button type="submit" class="btn btn-primary" id="user_submit"> <i class="icon-search"></i> Go </button> <% end %> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sufia-3.7.0 | app/views/users/_search_form.html.erb |
sufia-3.6.1 | app/views/users/_search_form.html.erb |
sufia-3.6.0 | app/views/users/_search_form.html.erb |