diff --git a/app/assets/stylesheets/specific/users.css.scss b/app/assets/stylesheets/specific/users.css.scss
index fa7af0fa9..b2bb426c3 100644
--- a/app/assets/stylesheets/specific/users.css.scss
+++ b/app/assets/stylesheets/specific/users.css.scss
@@ -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 {
diff --git a/app/views/artists/_secondary_links.html.erb b/app/views/artists/_secondary_links.html.erb
index 34e8492dd..d6c17c229 100644
--- a/app/views/artists/_secondary_links.html.erb
+++ b/app/views/artists/_secondary_links.html.erb
@@ -8,6 +8,7 @@
<% if @artist && !@artist.new_record? %>
|
<%= link_to "Edit", edit_artist_path(@artist) %>
+ <%= link_to "History", artist_versions_path(:search => {:artist_id_eq => @artist.id}) %>
<%= link_to "Show", artist_path(@artist) %>
<% end %>
diff --git a/app/views/pools/_secondary_links.html.erb b/app/views/pools/_secondary_links.html.erb
index 00d066f8c..09dcef9f0 100644
--- a/app/views/pools/_secondary_links.html.erb
+++ b/app/views/pools/_secondary_links.html.erb
@@ -15,6 +15,7 @@
<%= link_to "Delete", pool_path(@pool), :method => :delete, :confirm => "Are you sure you want to delete this pool?", :remote => true %>
<% end %>
<% end %>
+ <%= link_to "History", pool_versions_path(:search => {:pool_id_eq => @pool.id}) %>
<%= link_to "Order", edit_pool_order_path(@pool) %>
<% end %>
diff --git a/app/views/users/upgrade_information.html.erb b/app/views/users/upgrade_information.html.erb
index dec2cb140..4de8aba61 100644
--- a/app/views/users/upgrade_information.html.erb
+++ b/app/views/users/upgrade_information.html.erb
@@ -15,7 +15,7 @@
-
+
@@ -44,7 +44,7 @@
Unlimited |
- | Bookmark Tags |
+ Tag Subscriptions |
No |
Yes |
Yes |