1
0
mirror of https://github.com/bitwarden/web synced 2025-12-28 14:13:34 +00:00

fixing a few bug, asset updates, tweaks (#532)

* fixing a few bug, asset updates, tweaks

* dont save until save button clicked
This commit is contained in:
Kyle Spearrin
2020-05-18 09:51:20 -04:00
committed by GitHub
parent 3ac46e62cb
commit 97eedb2034
14 changed files with 51 additions and 38 deletions

View File

@@ -12,7 +12,7 @@
<td (click)="checkCipher(c)" class="reduced-lh wrap">
<a href="#" appStopClick appStopProp (click)="selectCipher(c)"
title="{{'editItem' | i18n}}">{{c.name}}</a>
<ng-container *ngIf="!organization && c.organizationId && !c.isDeleted">
<ng-container *ngIf="!organization && c.organizationId">
<i class="fa fa-share-alt" appStopProp title="{{'shared' | i18n}}" aria-hidden="true"></i>
<span class="sr-only">{{'shared' | i18n}}</span>
</ng-container>