1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-07 02:53:28 +00:00

org create

This commit is contained in:
Kyle Spearrin
2018-07-02 17:09:53 -04:00
parent bd070ff066
commit 1f62b9fdcb
9 changed files with 604 additions and 9 deletions

View File

@@ -10,7 +10,7 @@
</ul>
<p *ngIf="!organizations || !organizations.length">{{'noOrganizationsList' | i18n}}</p>
</ng-container>
<button (click)="newOrganization()" class="btn btn-block btn-outline-primary">
<a href="#" appStopClick routerLink="/settings/create-organization" class="btn btn-block btn-outline-primary">
<i class="fa fa-plus fa-fw"></i>
{{'newOrganization' | i18n}}
</button>
</a>