7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
<div id="search">
|
|
<%= form_tag(forum_posts_path, :method => :get) do %>
|
|
<%= text_field_tag "title_matches" %>
|
|
<%= submit_tag "Search" %>
|
|
<% end %>
|
|
</div>
|