@ -7,25 +7,36 @@
< img [ src ] = " image . enterprise_edition " class = "hidden-for-mobile op-enterprise-banner--image" >
< div class = "op-toast--content" >
< div class = "op-enterprise-banner--title" >
< op-icon icon-classes = "button--icon icon-medal" > < / op-icon >
< span [ textContent ] = " text . enterpriseFeature " > < / span >
< div class = "op-enterprise-banner--header" >
< span class = "spot-icon spot-icon_medal" > < / span >
< span [ textContent ] = " text . enterpriseFeature " class = "op-enterprise-banner--title" > < / span >
< button
*ngIf="collapsible"
class="op-enterprise-banner--collapsible-button"
type="button"
(click)="toggleCollapse()"
>
< span class = "spot-icon"
[ngClass]="collapsed ? 'spot-icon_arrow-down1' : 'spot-icon_arrow-up1'"
aria-hidden="true">
< / span >
< / button >
< / div >
< br >
< span class = "op-enterprise-banner--description" [ innerHtml ] = " textMessage " > < / span >
< span class = "op-enterprise-banner--description" >
< span class = "op-enterprise-banner--description" * ngIf = "!collapsed" >
< strong [ textContent ] = " text . become_hero " > < / strong > {{text.you_contribute}}
< / span >
< div class = "op-enterprise-banner--buttons" >
< div class = "op-enterprise-banner--buttons" * ngIf = "!collapsed" >
< a
*ngIf="moreInfoLink"
[attr.href]="moreInfoLink"
class="button--link op-enterprise-banner--info-button"
class="op-enterprise-banner--info-button"
target=”_blank”>
< op-icon icon-classes = "icon icon- external-link"> < / op-icon >
< span class = "spot-icon spot-icon_ external-link"> < / span >
{{ text.more_info_text }}
< / a >
@ -33,7 +44,7 @@
[href]="pricingUrl"
target=”_blank”
class="button -highlight">
< op-icon icon-classes = "button--icon icon- medal"> < / op-ico n>
< span class = "spot-icon spot-icon_ medal"> < / spa n>
{{ text.upgrade }}
< / a >