diff --git a/app/controllers/tags_controller.rb b/app/controllers/tags_controller.rb index 6d9c2fd..8fffc4a 100755 --- a/app/controllers/tags_controller.rb +++ b/app/controllers/tags_controller.rb @@ -97,7 +97,7 @@ class TagsController < ApplicationController end @tag = @tag.merger if !@tag.canonical? && @tag.merger # Temp for testing - if %w(Fandom Character Relationship).include?(@tag.type.to_s) || @tag.name == 'F/F' + if %w(Category Fandom Character Relationship).include?(@tag.type.to_s) || @tag.name == 'NB/F' if @tag.canonical? @works = @tag.filtered_works.visible_to_all.order('created_at DESC').limit(25) else diff --git a/app/helpers/works_helper.rb b/app/helpers/works_helper.rb index 02b60bc..870b3b7 100755 --- a/app/helpers/works_helper.rb +++ b/app/helpers/works_helper.rb @@ -82,12 +82,12 @@ module WorksHelper reading && reading.toread? end - def mark_as_read_button(work) - button_to t("works_helper.mark_as_read_button"), mark_as_read_work_path(work), method: :patch - end + def mark_as_read_link(work) + link_to ts("Mark as Read"), mark_as_read_work_path(work) +end - def mark_for_later_button(work) - button_to t("works_helper.mark_for_later_button"), mark_for_later_work_path(work), method: :patch + def mark_for_later_link(work) + link_to ts("Mark for Later"), mark_for_later_work_path(work) end def get_endnotes_link(work) diff --git a/app/views/comments/_commentable.html.erb b/app/views/comments/_commentable.html.erb index 79e9d73..3b1fc44 100755 --- a/app/views/comments/_commentable.html.erb +++ b/app/views/comments/_commentable.html.erb @@ -57,7 +57,7 @@ <% if logged_in? && @work && marked_for_later?(@work) %>
<%= f.label :email %>
<%= f.text_field :email %>
-
Please put a little bit about you and a statement affirming you agree with anti harassment & anti-censorship ideals in the field below. Requests without at least something in this field will be deleted without warning.
+
Please put a little bit about you and a statement affirming you agree with anti harassment & anti-censorship ideals in the field below. NEW AS OF MARCH 30 2026: We have been getting a lot of AI invite requests. To make AI detection easier, you must include your favorite F/F, F/NB, or NB/NB ship or something along the lines of that in the request field below. Requests without at least something related to that in the field below will be deleted without warning. Sorry, blame whoever coded these bots.