mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 01:32:42 +08:00
UX: reviving old topic popup should not have red warning background
This commit is contained in:
@ -149,7 +149,7 @@ class ComposerMessagesFinder
|
||||
{
|
||||
templateName: 'composer/education',
|
||||
wait_for_typing: false,
|
||||
extraClass: 'urgent',
|
||||
extraClass: 'old-topic',
|
||||
body: PrettyText.cook(I18n.t('education.reviving_old_topic', days: (Time.zone.now - topic.last_posted_at).round / 1.day))
|
||||
}
|
||||
end
|
||||
|
Reference in New Issue
Block a user