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

Commit

Permalink
Added News, Privacy Policy and Terms of Use to footer.
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Sep 21, 2021
1 parent 68e2a95 commit 86efb5a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/app/app.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,17 @@
<a href="https://github.com/exceptionless/Exceptionless.UI/releases" target="_blank" title="UI Version">@@version</a>
<a href="javascript:void(0);" ui-scroll="app" class="m-l-sm text-muted"><i class="fa fa-long-arrow-up"></i></a>
</span>
&copy; 2021 <a href="https://exceptionless.com">Exceptionless</a>
<span class="visible-xs">
&copy; 2021 <a href="https://exceptionless.com" target="_blank">Exceptionless</a>
<a href="https://exceptionless.com/privacy/" target="_blank" class="m-l-xs text-muted" title="Privacy Policy">Privacy</a>
<a href="https://exceptionless.com/terms/" target="_blank" class="m-l-xs text-muted" title="Terms of Use">Terms</a>
</span>
<span class="hidden-xs">
&copy; 2021 <a href="https://exceptionless.com" target="_blank">Exceptionless</a>
<a href="https://exceptionless.com/news/" target="_blank" class="m-l-sm text-muted">News</a>
<a href="https://exceptionless.com/privacy/" target="_blank" class="m-l-sm text-muted">Privacy Policy</a>
<a href="https://exceptionless.com/terms/" target="_blank" class="m-l-sm text-muted">Terms of Use</a>
</span>
</div>
<intercom ng-if="appVm.isIntercomEnabled()"></intercom>
</div>

0 comments on commit 86efb5a

Please sign in to comment.