This commit is contained in:
albert
2013-03-20 09:31:08 -07:00
parent 07f6c4d0a9
commit 4724dbf824
3 changed files with 6 additions and 3 deletions

View File

@@ -25,11 +25,11 @@ div#artist-tags {
} }
div.related-tags { div.related-tags {
overflow: auto;
width: 100%; width: 100%;
margin-bottom: 1em; margin-bottom: 1em;
padding: 1em; padding: 1em;
background: #EEE; background: #EEE;
overflow: auto;
div.tag-column { div.tag-column {
max-width: 15em; max-width: 15em;

View File

@@ -63,13 +63,13 @@
<div id="artist-tags-container"> <div id="artist-tags-container">
<h1>Artist</h1> <h1>Artist</h1>
<div id="artist-tags"> <div id="artist-tags" class="related-tags">
</div> </div>
</div> </div>
<div id="related-tags-container"> <div id="related-tags-container">
<h1>Related Tags</h1> <h1>Related Tags</h1>
<div id="related-tags"> <div id="related-tags" class="related-tags">
</div> </div>
</div> </div>
<% end %> <% end %>

View File

@@ -0,0 +1,3 @@
<%= form_tag(wiki_pages_path, :method => :get) do %>
<%= text_field "search", "title" %>
<% end %>