mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
35073d49dc
* Add error message on subscription dashboard if v1 is down GitOrigin-RevId: 8c8b5ac4d44cfd2c42101efe1d55a5993ca21eea
15 lines
484 B
Text
15 lines
484 B
Text
if currentInstitutionsWithLicence === false
|
|
.alert.alert-warning
|
|
p Sorry, something went wrong. Subscription information related to institutional affiliations may not be displayed. Please try again later.
|
|
else
|
|
each institution in currentInstitutionsWithLicence
|
|
-hasDisplayedSubscription = true
|
|
p
|
|
| You have a
|
|
|
|
|
strong(ng-non-bindable) Professional
|
|
|
|
|
| #{settings.appName} account as a confirmed member of
|
|
|
|
|
strong(ng-non-bindable)= institution.name
|
|
hr
|