fixes #1005
This commit is contained in:
@@ -63,13 +63,13 @@
|
||||
|
||||
<div id="artist-tags-container">
|
||||
<h1>Artist</h1>
|
||||
<div id="artist-tags">
|
||||
<div id="artist-tags" class="related-tags">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="related-tags-container">
|
||||
<h1>Related Tags</h1>
|
||||
<div id="related-tags">
|
||||
<div id="related-tags" class="related-tags">
|
||||
</div>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
3
app/views/wiki_pages/_quick_search.html.erb
Normal file
3
app/views/wiki_pages/_quick_search.html.erb
Normal file
@@ -0,0 +1,3 @@
|
||||
<%= form_tag(wiki_pages_path, :method => :get) do %>
|
||||
<%= text_field "search", "title" %>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user