Skip to content

Commit

Permalink
Merge pull request #19 from ProxeusApp/feature/BP-1318-terms
Browse files Browse the repository at this point in the history
Added link to Terms & Conditions on the demo platform footer
  • Loading branch information
proxeus-github authored Oct 9, 2019
2 parents 3cf5755 + bfd7fb7 commit 1501b7c
Show file tree
Hide file tree
Showing 83 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion ui/core/src/FrontendApp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class="footer-link">Handbook
</a>
<a target="_blank" href="https://proxeus.com/en/privacy-policy/" class="footer-link ml-3">Privacy Policy</a>
<a target="_blank" v-bind:href="$('Terms Conditions Link')" class="footer-link ml-3">Terms & Conditions</a>
<a target="_blank" v-bind:href="$t('Terms Conditions Link')" class="footer-link ml-3">Terms & Conditions</a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion ui/core/src/FrontendApp.vue-e
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class="footer-link">Handbook
</a>
<a target="_blank" href="https://proxeus.com/en/privacy-policy/" class="footer-link ml-3">Privacy Policy</a>
<a target="_blank" v-bind:href="$('Terms Conditions Link')" class="footer-link ml-3">Terms & Conditions</a>
<a target="_blank" v-bind:href="$t('Terms Conditions Link')" class="footer-link ml-3">Terms & Conditions</a>
</div>
</div>
</div>
Expand Down
File renamed without changes.
File renamed without changes

0 comments on commit 1501b7c

Please sign in to comment.