include terms.html
This commit is contained in:
parent
fd32a1ec91
commit
42aaf515c7
5 changed files with 41 additions and 19 deletions
13
public/views/termOfUse.html
Normal file
13
public/views/termOfUse.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue