diff --git a/app/assets/stylesheets/specific/tag_subscriptions.scss b/app/assets/stylesheets/specific/tag_subscriptions.scss deleted file mode 100644 index c353a0780..000000000 --- a/app/assets/stylesheets/specific/tag_subscriptions.scss +++ /dev/null @@ -1,13 +0,0 @@ -@import "../common/000_vars.scss"; - -div#c-tag-subscriptions { - p.info { - margin: 1em 0; - color: #AAA; - font-style: italic; - } - - .hint { - display: block; - } -} diff --git a/app/views/post_versions/index.html.erb b/app/views/post_versions/index.html.erb index 668001c96..981c59046 100644 --- a/app/views/post_versions/index.html.erb +++ b/app/views/post_versions/index.html.erb @@ -2,6 +2,8 @@

Changes

+

Recent updates may not have been processed yet. The most recently processed version was <%= time_ago_in_words_tagged(PostArchive.maximum(:updated_at)) %>.

+ <% if @post_versions.length == 0 %> <%= render "post_sets/blank" %> <% else %>