Files
danbooru/app/views/wiki_pages/_sidebar.html.erb
2013-02-18 19:11:30 -05:00

17 lines
367 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 "wiki_pages/recent_changes" %>
<section id="blacklist-box">
<h1>Blacklisted</h1>
<ul id="blacklist-list">
</ul>
</section>
</aside>