mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 03:06:53 +08:00
UX: Rename FAQ to Guidelines (#27451)
This commit is contained in:
@ -67,6 +67,7 @@ class StaticController < ApplicationController
|
||||
@title = "#{title_prefix} - #{SiteSetting.title}"
|
||||
@body = @topic.posts.first.cooked
|
||||
@faq_overridden = !SiteSetting.faq_url.blank?
|
||||
@experimental_rename_faq_to_guidelines = SiteSetting.experimental_rename_faq_to_guidelines
|
||||
|
||||
render :show, layout: !request.xhr?, formats: [:html]
|
||||
return
|
||||
|
Reference in New Issue
Block a user