include terms.html

This commit is contained in:
Gabriel Bazán 2015-11-25 10:04:43 -03:00
commit 42aaf515c7
5 changed files with 41 additions and 19 deletions

View file

@ -0,0 +1,13 @@
<div
class="topbar-container"
ng-include="'views/includes/topbar.html'"
ng-init="titleSection='Terms of use'; goBackToState = 'about'; noColor = true">
</div>
<div ng-include="'views/includes/terms.html'"></div>
<div class="row">
<p ng-show="lang != 'en'">
<a class="center" ng-click="$root.openExternalLink('https://copay.io/disclaimer')" translate>Official English Disclaimer</a>
</p>
</div>
<div class="extra-margin-bottom"></div>