Skip to content

Commit

Permalink
fix double text
Browse files Browse the repository at this point in the history
  • Loading branch information
jpillora committed Oct 28, 2015
1 parent 0d1c459 commit b5ad443
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions static/files.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions static/files/template/torrents.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ <h5 class="ui files downloading header">
</a>
<a ng-if="!t.Started" class="ui red button" style="z-index: 99999;"
ng-click="submitTorrent('delete', t)">
<i class="ban icon" ng-if="!t.Loaded"></i> Cancel
<i class="trash icon" ng-if="t.Loaded"></i> Remove
<span ng-if="!t.Loaded"><i class="ban icon"></i> Cancel</span>
<span ng-if="t.Loaded"><i class="trash icon"></i> Remove</span>
</a>
</div>
</div>
Expand Down

0 comments on commit b5ad443

Please sign in to comment.