add links to pool_versions and artist_versions
This commit is contained in:
@@ -48,12 +48,15 @@ div#c-users {
|
|||||||
table {
|
table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
colgroup {
|
||||||
|
width: 10em;
|
||||||
|
}
|
||||||
|
|
||||||
colgroup#basic {
|
colgroup#basic {
|
||||||
background-color: #ddd;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
colgroup#gold {
|
colgroup#gold {
|
||||||
background-color: #ffe;
|
background-color: #FFF380;
|
||||||
}
|
}
|
||||||
|
|
||||||
colgroup#platinum {
|
colgroup#platinum {
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
<% if @artist && !@artist.new_record? %>
|
<% if @artist && !@artist.new_record? %>
|
||||||
<li>|</li>
|
<li>|</li>
|
||||||
<li><%= link_to "Edit", edit_artist_path(@artist) %></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>
|
<li><%= link_to "Show", artist_path(@artist) %></li>
|
||||||
<% end %>
|
<% end %>
|
||||||
</menu>
|
</menu>
|
||||||
|
|||||||
@@ -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>
|
<li><%= link_to "Delete", pool_path(@pool), :method => :delete, :confirm => "Are you sure you want to delete this pool?", :remote => true %></li>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% 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>
|
<li><%= link_to "Order", edit_pool_order_path(@pool) %></li>
|
||||||
<% end %>
|
<% end %>
|
||||||
</menu>
|
</menu>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<colgroup></colgroup>
|
<colgroup id="labels"></colgroup>
|
||||||
<colgroup id="basic"></colgroup>
|
<colgroup id="basic"></colgroup>
|
||||||
<colgroup id="gold"></colgroup>
|
<colgroup id="gold"></colgroup>
|
||||||
<colgroup id="platinum"></colgroup>
|
<colgroup id="platinum"></colgroup>
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
<td>Unlimited</td>
|
<td>Unlimited</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Bookmark Tags</td>
|
<td>Tag Subscriptions</td>
|
||||||
<td>No</td>
|
<td>No</td>
|
||||||
<td>Yes</td>
|
<td>Yes</td>
|
||||||
<td>Yes</td>
|
<td>Yes</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user