1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-10-01 04:27:40 +02:00

Show full URI of the login as a tooltip in the view login form (#107) (#109)

This commit is contained in:
Mark Hammond 2017-03-14 14:15:07 +11:00 committed by Kyle Spearrin
parent d8fdb1c9d7
commit a4f89c74ac

View File

@ -18,7 +18,7 @@
<span class="item-label">{{i18n.name}}</span>
{{login.name}}
</div>
<div class="list-section-item" ng-if="login.uri">
<div class="list-section-item" ng-if="login.uri" title="{{login.uri}}">
<a class="btn-list" href="" title="{{i18n.launchWebsite}}" ng-click="launchWebsite(login)"
ng-show="login.showLaunch">
<i class="fa fa-lg fa-share-square-o"></i>