adding owner copayer base path on the public key list

This commit is contained in:
Javier 2015-09-29 15:16:54 -03:00
commit 91496fdd01
2 changed files with 6 additions and 2 deletions

View file

@ -56,9 +56,11 @@
<li class="line-b p10" ng-repeat="pk in pubKeys">
<div class="row">
<div class="small-3 columns">Copayer {{$index}}</div>
<div class="small-9 columns oh enable_text_select text-gray" style="text-overflow:ellipsis">
{{pk}}
<span class="right size-12" ng-if="$index == 0">
({{basePath}})
</span>
</div>
</div>
</li>