also changed a few things in intro module
This commit is contained in:
parent
dc84cee86a
commit
26c39bd9d4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<div class="intro module">
|
||||
<h2 class="heading"><%= ts("A fan-created, fan-run, nonprofit, noncommercial archive for transformative fanworks, like fanfiction, fanart, fan videos, and podfic") %></h2>
|
||||
<p class="stats"><%= ts("more than %{fandom_count} fandoms | %{user_count} users | %{work_count} works", fandom_count: content_tag(:span, number_with_delimiter(@fandom_count), class: "count"), user_count: content_tag(:span, number_with_delimiter(@user_count), class: "count"), work_count: content_tag(:span, number_with_delimiter(@work_count), class: "count")).html_safe %></p>
|
||||
<p class="parent"><%= ts("Sunset is a project dedicated to hosting femslash (F/F, F/NB, NB/NB) fanworks.") %></p>
|
||||
<p class="parent"><%= ts("Sunset is a project dedicated to hosting F/F, F/NB, and NB/NB fanworks.") %></p>
|
||||
|
||||
<div class="account module">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue