mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-14 14:23:28 +00:00
Merge pull request #560 from sharelatex/ja-enable-v2-for-all
Enable the v2 banner for everyone if showV2Banner is set
This commit is contained in:
commit
e7a4aeaf79
2 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,8 @@ module.exports = Features =
|
|||
return Settings.enableGithubSync
|
||||
when 'v1-return-message'
|
||||
return Settings.accountMerge? and Settings.overleaf?
|
||||
when 'v2-banner'
|
||||
return Settings.showV2Banner
|
||||
when 'custom-togglers'
|
||||
return Settings.overleaf?
|
||||
when 'templates'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
if (user.awareOfV2 && !settings.overleaf)
|
||||
if hasFeature('v2-banner')
|
||||
.userNotifications
|
||||
ul.list-unstyled.notifications-list(ng-controller="OverleafV2NotificationController", ng-show="visible")
|
||||
li.notification_entry
|
||||
|
|
Loading…
Add table
Reference in a new issue