This commit is contained in:
BoHung Chiu 2021-05-17 12:01:50 +08:00
parent e91fe1814e
commit 696765ef4c
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class AnnouncementsController < ApplicationController
if (params['category'] != page.categories rescue true)
@annc_page_title = Category.find(Array(params['category']).first).title rescue nil
end
if (params["tags"] != page.tags && !params["tags"].blank? && params["tags"].count == 1 rescue true)
if (params["tags"] != page.tags && !params["tags"].blank? && params["tags"].count == 1 && params["tags"][0] != "all" rescue true)
@annc_page_title = Tag.find(Array(params['tags']).first).name rescue nil
end
{