Files
danbooru/app/views/wiki_pages/_sidebar.html.erb
2011-03-10 18:35:19 -05:00

11 lines
245 B
Plaintext

<aside id="sidebar">
<section>
<h1>Search</h1>
<%= form_tag(wiki_pages_path, :method => :get) do %>
<%= text_field_tag "title", params[:title], :size => 20 %>
<% end %>
</section>
<%= render "recent_changes" %>
</aside>