stubbed in view code from old danbooru; only janitors can lock a wiki page
This commit is contained in:
10
app/views/wiki_pages/_sidebar.html.erb
Normal file
10
app/views/wiki_pages/_sidebar.html.erb
Normal file
@@ -0,0 +1,10 @@
|
||||
<aside id="sidebar">
|
||||
<section>
|
||||
<h1>Search</h1>
|
||||
<%= simple_form_for(@search) do |f| %>
|
||||
<%= f.input :title_contains %>
|
||||
<% end %>
|
||||
</section>
|
||||
|
||||
<%= render "recent_changes" %>
|
||||
</aside>
|
||||
Reference in New Issue
Block a user