11 lines
412 B
Plaintext
11 lines
412 B
Plaintext
<h1>People#index</h1>
|
|
<p>Find me in app/views/people/index.html.erb</p>
|
|
|
|
<%= form_tag('/tisscrawler/search', :method => "get") do %>
|
|
<%= hidden_field_tag(:context, 'People') %>
|
|
<%= hidden_field_tag(:api, '/api/person/v22/psuche') %>
|
|
<%= hidden_field_tag(:search_parameter, 'q') %>
|
|
<%= label_tag(:search_term, "Search for:") %>
|
|
<%= text_field_tag(:search_term) %>
|
|
<%= submit_tag("Search") %>
|
|
<% end %> |