Sha256: 11d1eee4f73f6b6bbe2204e07c834f62bbcacb0754df6961e9c80c81bc825c52
Contents?: true
Size: 362 Bytes
Versions: 9
Compression:
Stored size: 362 Bytes
Contents
<%= form_tag search_profiles_path, :method => 'GET' do -%> <%= text_field_tag :q, @query || '' %> <input type="submit" value="Search" /> <% end -%> <% if !@query.blank? %> <div><%= link_to 'Clear query', profiles_path %></div> <% end %> <div id="profiles"> <%= render :partial => 'profiles/profile_icon', :collection => @users, :as => :user %> </div>
Version data entries
9 entries across 9 versions & 1 rubygems