20250320.diff

· lachesis's pastes · raw

expires: 2025-06-18

 1diff --git a/app/views/admin/_admin_nav.html.erb b/app/views/admin/_admin_nav.html.erb
 2index 8ee535467..85ae4137b 100644
 3--- a/app/views/admin/_admin_nav.html.erb
 4+++ b/app/views/admin/_admin_nav.html.erb
 5@@ -1,10 +1,10 @@
 6 <h3 class="landmark heading"><%= ts("Admin Navigation") %></h3>
 7 <ul class="navigation actions" role="navigation">
 8   <li>
 9-    <%= span_if_current ts("AO3 News", key: "header"), admin_posts_path %>
10+    <%= span_if_current ts("superlove News", key: "header"), admin_posts_path %>
11    </li>
12   <li>
13-    <%= span_if_current ts("Post AO3 News", key: "header"),
14+    <%= span_if_current ts("Post superlove News", key: "header"),
15                         new_admin_post_path %>
16 </li>
17   <% if params[:controller] == "admin_posts" && params[:action] == "edit" %>
18diff --git a/app/views/admin/_header.html.erb b/app/views/admin/_header.html.erb
19index 0f319e124..f8d34ea80 100644
20--- a/app/views/admin/_header.html.erb
21+++ b/app/views/admin/_header.html.erb
22@@ -23,9 +23,9 @@
23   <li class="dropdown">
24     <%= link_to ts("Admin Posts", key: "header"), admin_posts_path %>
25     <ul class="menu" role="menu">
26-      <li><%= link_to ts("AO3 News", key: "header"), admin_posts_path %></li>
27+      <li><%= link_to ts("superlove News", key: "header"), admin_posts_path %></li>
28       <% if policy(AdminPost).can_post? %>
29-        <li><%= link_to ts("Post AO3 News", key: "header"), new_admin_post_path %></li>
30+        <li><%= link_to ts("Post superlove News", key: "header"), new_admin_post_path %></li>
31       <% end %>
32       <li><%= link_to ts("Archive FAQ", key: "header"), archive_faqs_path %></li>
33       <li><%= link_to ts("Known Issues", key: "header"), known_issues_path %></li>
34diff --git a/app/views/admin_posts/_admin_index.html.erb b/app/views/admin_posts/_admin_index.html.erb
35index 8a386a1c2..48c1b3930 100644
36--- a/app/views/admin_posts/_admin_index.html.erb
37+++ b/app/views/admin_posts/_admin_index.html.erb
38@@ -1,5 +1,5 @@
39 <!--Descriptive page name, messages and instructions-->
40-<h2 class="heading"><%= ts("AO3 News (includes Release Notes)") %></h2>
41+<h2 class="heading"><%= ts("superlove News (includes Release Notes)") %></h2>
42 <!--/descriptions-->
43 <!--subnav-->
44 <%= render 'filters' %>
45diff --git a/app/views/admin_posts/new.html.erb b/app/views/admin_posts/new.html.erb
46index 968622e19..7cb33cf77 100644
47--- a/app/views/admin_posts/new.html.erb
48+++ b/app/views/admin_posts/new.html.erb
49@@ -1,5 +1,5 @@
50 <!--Descriptive page name, messages and instructions-->
51-<h2 class="heading"><%= ts("New AO3 News Post") %></h2>
52+<h2 class="heading"><%= ts("New superlove News Post") %></h2>
53 <!--/descriptions-->
54 
55 <!--subnav-->
56@@ -8,4 +8,4 @@
57 
58 <!--main content-->
59 <%= render :partial => 'admin_post_form' %>
60-<!--/content-->
61\ No newline at end of file
62+<!--/content-->
63diff --git a/app/views/comments/_commentable.html.erb b/app/views/comments/_commentable.html.erb
64index 971098077..c074f6f5d 100644
65--- a/app/views/comments/_commentable.html.erb
66+++ b/app/views/comments/_commentable.html.erb
67@@ -25,7 +25,7 @@
68     <% end %>
69 
70     <% if @admin_post %>
71-      <li><%= link_to ts('Back to AO3 News Index'), admin_posts_path %></li>
72+      <li><%= link_to ts('Back to superlove News Index'), admin_posts_path %></li>
73     <% end %>
74 
75     <% if @work && !is_author_of?(@work) && !blocked_by?(@work) %>
76diff --git a/app/views/home/_intro_module.html.erb b/app/views/home/_intro_module.html.erb
77index cfcd46304..a6521e0ce 100644
78--- a/app/views/home/_intro_module.html.erb
79+++ b/app/views/home/_intro_module.html.erb
80@@ -2,7 +2,7 @@
81   <h2 class="heading"><%= ts("for fanfiction, original fiction, multimedia fanworks, and anything i allow") %></h2>
82   <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>
83   <p class="parent"><%= ts("superlove is a project by") %> <%= link_to ts("melo"), "http://eunoia.sayitditto.net" %>.</p>
84-  <p class="parent">DAYS SINCE SUPERLOVE GOT CALLED ANTI-RUN: <%= Date.today.mjd - Date.parse("2024-09-15").mjd %></p>
85+  <p class="parent">DAYS SINCE SUPERLOVE GOT CALLED ANTI-RUN: <%= Date.today.mjd - Date.parse("2025-03-08").mjd %></p>
86 
87   <div class="account module">
88