mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 16:33:59 +08:00
parent
190b19f3c2
commit
671cec4bd2
|
@ -9,11 +9,12 @@ export default buildCategoryPanel("general", {
|
|||
canSelectParentCategory: Ember.computed.not(
|
||||
"category.isUncategorizedCategory"
|
||||
),
|
||||
uncategorizedSiteSettingLink:
|
||||
Discourse.BaseUri +
|
||||
"/admin/site_settings/category/all_results?filter=allow_uncategorized_topics",
|
||||
customizeTextContentLink:
|
||||
Discourse.BaseUri + "/admin/customize/site_texts?q=uncategorized",
|
||||
uncategorizedSiteSettingLink: Discourse.getURL(
|
||||
"/admin/site_settings/category/all_results?filter=allow_uncategorized_topics"
|
||||
),
|
||||
customizeTextContentLink: Discourse.getURL(
|
||||
"/admin/customize/site_texts?q=uncategorized"
|
||||
),
|
||||
|
||||
// background colors are available as a pipe-separated string
|
||||
@computed
|
||||
|
|
Loading…
Reference in New Issue
Block a user