fixes #1005
This commit is contained in:
@@ -25,11 +25,11 @@ div#artist-tags {
|
||||
}
|
||||
|
||||
div.related-tags {
|
||||
overflow: auto;
|
||||
width: 100%;
|
||||
margin-bottom: 1em;
|
||||
padding: 1em;
|
||||
background: #EEE;
|
||||
overflow: auto;
|
||||
|
||||
div.tag-column {
|
||||
max-width: 15em;
|
||||
|
||||
@@ -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