<% @homepage.favorite_tags.each do |favorite_tag| %>
@@ -15,13 +15,13 @@
<% else %>
-
-
<%= ts('Find your favorites') %>
+
+ <%= render 'fandoms' %>
+
<% end %>
<% if @homepage.admin_posts.present? %>
diff --git a/config/locales/views/en.yml b/config/locales/views/en.yml
index 8b3d5cdd91f..69b2975528d 100644
--- a/config/locales/views/en.yml
+++ b/config/locales/views/en.yml
@@ -429,6 +429,14 @@ en:
home:
donate:
page_title: Donate or Volunteer
+ fandoms:
+ all_fandoms: All Fandoms
+ index:
+ browse_or_favorite:
+ one: Browse fandoms by media or favorite up to %{count} tag to have it listed here!
+ other: Browse fandoms by media or favorite up to %{count} tags to have them listed here!
+ find_your_favorites: Find your favorites
+ media_navigation_label: Media
invitations:
invitation:
email_address_label: Enter an email address
diff --git a/public/stylesheets/site/2.0/26-media-narrow.css b/public/stylesheets/site/2.0/26-media-narrow.css
index aee2a1722be..0fb07fc582e 100644
--- a/public/stylesheets/site/2.0/26-media-narrow.css
+++ b/public/stylesheets/site/2.0/26-media-narrow.css
@@ -182,7 +182,7 @@ body .narrow-shown {
padding: 0;
}
-.splash div.module, .logged-in .splash div.module {
+.splash div.module, .splash nav.module, .logged-in .splash div.module, .logged-in .splash nav.module {
clear: both;
margin-left: 0;
margin-right: 0;