close paran
This commit is contained in:
parent
36734f809e
commit
f8a0cc0e8d
|
@ -103,7 +103,7 @@
|
|||
<div class="list-section" style="padding-top: 0; padding-bottom: 0;">
|
||||
<a href="#" stop-click ng-click="viewCipher(cipher)"
|
||||
class="list-section-item condensed" title="{{::i18n.view}}"
|
||||
ng-repeat="cipher in searchResults = (vaultCiphers | filter: searchCiphers() track by $index">
|
||||
ng-repeat="cipher in searchResults = (vaultCiphers | filter: searchCiphers()) track by $index">
|
||||
<action-buttons cipher="cipher"></action-buttons>
|
||||
<icon cipher="cipher"></icon>
|
||||
<span class="text">
|
||||
|
|
Loading…
Reference in New Issue