add links to pool_versions and artist_versions

This commit is contained in:
albert
2012-10-02 15:31:10 -04:00
parent aea7f938b8
commit fbdf0d9679
4 changed files with 9 additions and 4 deletions

View File

@@ -48,12 +48,15 @@ div#c-users {
table {
width: 100%;
colgroup {
width: 10em;
}
colgroup#basic {
background-color: #ddd;
}
colgroup#gold {
background-color: #ffe;
background-color: #FFF380;
}
colgroup#platinum {

View File

@@ -8,6 +8,7 @@
<% if @artist && !@artist.new_record? %>
<li>|</li>
<li><%= link_to "Edit", edit_artist_path(@artist) %></li>
<li><%= link_to "History", artist_versions_path(:search => {:artist_id_eq => @artist.id}) %></li>
<li><%= link_to "Show", artist_path(@artist) %></li>
<% end %>
</menu>

View File

@@ -15,6 +15,7 @@
<li><%= link_to "Delete", pool_path(@pool), :method => :delete, :confirm => "Are you sure you want to delete this pool?", :remote => true %></li>
<% end %>
<% end %>
<li><%= link_to "History", pool_versions_path(:search => {:pool_id_eq => @pool.id}) %></li>
<li><%= link_to "Order", edit_pool_order_path(@pool) %></li>
<% end %>
</menu>

View File

@@ -15,7 +15,7 @@
</tr>
</thead>
<tbody>
<colgroup></colgroup>
<colgroup id="labels"></colgroup>
<colgroup id="basic"></colgroup>
<colgroup id="gold"></colgroup>
<colgroup id="platinum"></colgroup>
@@ -44,7 +44,7 @@
<td>Unlimited</td>
</tr>
<tr>
<td>Bookmark Tags</td>
<td>Tag Subscriptions</td>
<td>No</td>
<td>Yes</td>
<td>Yes</td>