diff --git a/app/assets/stylesheets/specific/favorites.css.scss b/app/assets/stylesheets/specific/favorites.css.scss index 3d7a529e7..f9bd890f0 100644 --- a/app/assets/stylesheets/specific/favorites.css.scss +++ b/app/assets/stylesheets/specific/favorites.css.scss @@ -1,5 +1,7 @@ +@import "../common/000_vars.css.scss"; + div#c-favorites { section#content > h1 { - display: none; + font-size: $h3_size; } } diff --git a/app/helpers/post_moderation_details_helper.rb b/app/helpers/post_moderation_details_helper.rb deleted file mode 100644 index a3a7e13ed..000000000 --- a/app/helpers/post_moderation_details_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module PostModerationDetailsHelper -end diff --git a/app/views/favorites/index.html.erb b/app/views/favorites/index.html.erb index bbe4bcfa4..807fca9c9 100644 --- a/app/views/favorites/index.html.erb +++ b/app/views/favorites/index.html.erb @@ -18,7 +18,7 @@
-

Posts

+

Favorites

<%= @favorite_set.presenter.post_previews_html(self) %> diff --git a/app/views/forum_posts/search.html.erb b/app/views/forum_posts/search.html.erb index 863c15f49..dff178e36 100644 --- a/app/views/forum_posts/search.html.erb +++ b/app/views/forum_posts/search.html.erb @@ -1,6 +1,6 @@