Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2516 from yongsoo/fix/remove
Browse files Browse the repository at this point in the history
[FIX] Trust: Add removing... button when removing trustline in basic view (RT-3373)
  • Loading branch information
vhpoet committed May 18, 2015
2 parents 399f71e + 649ace0 commit a3fd133
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/templates/tabs/trust.jade
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,10 @@ section.col-xs-12.content(ng-controller="TrustCtrl")
a.hidden-xs.hidden-sm(href="", ng-hide="editing", ng-click="edit_account()"
l10n) edit
span(ng-show="editing && !globalOptions.advanced_feature_switch")
.col-xs-6.col-sm-5(ng-show="trust.loading && trust.state==='removing'")
.row
.col-xs-16
button.btn.btn-block.btn-danger(disabled, l10n) Removing...
span(ng-hide="trust.loading")
div.row.row-padding-small
.col-md-7.col-sm-7.col-xs-6
Expand Down

0 comments on commit a3fd133

Please sign in to comment.