Fix test
This commit is contained in:
parent
d35fa72842
commit
2d4d0fd8b5
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ module ThemeHelper
|
||||||
def custom_stylesheet
|
def custom_stylesheet
|
||||||
if active_custom_stylesheet.present?
|
if active_custom_stylesheet.present?
|
||||||
stylesheet_link_tag(
|
stylesheet_link_tag(
|
||||||
custom_css_path(active_custom_stylesheet),
|
"/css/#{active_custom_stylesheet}.css", # custom_css_path(active_custom_stylesheet),
|
||||||
host: root_url,
|
host: root_url,
|
||||||
media: :all,
|
media: :all,
|
||||||
skip_pipeline: true
|
skip_pipeline: true
|
||||||
|
|
|
@ -21,7 +21,7 @@ export const NOTIFICATIONS_SET_BROWSER_SUPPORT = 'NOTIFICATIONS_SET_BROWSER_S
|
||||||
export const NOTIFICATIONS_SET_BROWSER_PERMISSION = 'NOTIFICATIONS_SET_BROWSER_PERMISSION';
|
export const NOTIFICATIONS_SET_BROWSER_PERMISSION = 'NOTIFICATIONS_SET_BROWSER_PERMISSION';
|
||||||
|
|
||||||
const messages = defineMessages({
|
const messages = defineMessages({
|
||||||
mention: { id: 'notification.mention', defaultMessage: '{name} mentioned you' },
|
// mention: { id: 'notification.mention', defaultMessage: '{name} mentioned you' },
|
||||||
group: { id: 'notifications.group', defaultMessage: '{count} notifications' },
|
group: { id: 'notifications.group', defaultMessage: '{count} notifications' },
|
||||||
'message_admin.report': { id: 'notification.admin.report', defaultMessage: '{name} reported {target}' },
|
'message_admin.report': { id: 'notification.admin.report', defaultMessage: '{name} reported {target}' },
|
||||||
'message_admin.sign_up': { id: 'notification.admin.sign_up', defaultMessage: '{name} signed up' },
|
'message_admin.sign_up': { id: 'notification.admin.sign_up', defaultMessage: '{name} signed up' },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue