|
|
|
|
@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
|
|
|
|
|
</li> |
|
|
|
|
<li class="filter-option"> |
|
|
|
|
<span class="filter-buttons"> |
|
|
|
|
<a href="#" routerLink="/settings/create-organization" class="filter-button"> |
|
|
|
|
<a href="#" routerLink="/create-organization" class="filter-button"> |
|
|
|
|
<i class="bwi bwi-plus bwi-fw" aria-hidden="true"></i> |
|
|
|
|
{{ "newOrganization" | i18n }} |
|
|
|
|
</a> |
|
|
|
|
@ -47,7 +47,7 @@
@@ -47,7 +47,7 @@
|
|
|
|
|
</button> |
|
|
|
|
<a |
|
|
|
|
href="#" |
|
|
|
|
routerLink="/settings/create-organization" |
|
|
|
|
routerLink="/create-organization" |
|
|
|
|
class="text-muted ml-auto create-organization-link" |
|
|
|
|
appA11yTitle="{{ 'newOrganization' | i18n }}" |
|
|
|
|
> |
|
|
|
|
@ -112,7 +112,7 @@
@@ -112,7 +112,7 @@
|
|
|
|
|
</button> |
|
|
|
|
<a |
|
|
|
|
href="#" |
|
|
|
|
routerLink="/settings/create-organization" |
|
|
|
|
routerLink="/create-organization" |
|
|
|
|
class="text-muted ml-auto create-organization-link" |
|
|
|
|
appA11yTitle="{{ 'newOrganization' | i18n }}" |
|
|
|
|
> |
|
|
|
|
|