Skip to content

Commit

Permalink
fix #227 Add link to GitHub Issues in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
cbellone committed Oct 10, 2016
1 parent 8783888 commit 7152d8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/webapp/WEB-INF/templates/admin/index.ms
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,9 @@
</div>
<div class="container-fluid menu-spacer" data-ng-if="!ctrl.displaySidebar">
<div data-ui-view></div>
<footer>
<h5 class="text-muted text-center">Powered by <a href="https://alf.io" target="_blank">Alf.io</a> v.{{alfioVersion}}</h5>
<footer class="text-center">
<h5 class="text-muted">Powered by <a href="https://alf.io" target="_blank">Alf.io</a> v.{{alfioVersion}}</h5>
<small><a href="https://github.com/exteso/alf.io/issues" target="_blank">report an issue</a> or <a href="https://groups.google.com/d/forum/alfio" target="_blank">ask for help</a></small>
</footer>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,6 @@ <h4 class="text-muted">Level</h4>
</section>
<footer data-ng-if="ctrl.currentView !== 'UNKNOWN'">
<h5 class="text-muted">Powered by <a href="https://alf.io" target="_blank">Alf.io</a> v.{{ctrl.applicationInfo.version}}</h5>
<small><a href="https://github.com/exteso/alf.io/issues" target="_blank">report an issue</a> or <a href="https://groups.google.com/d/forum/alfio" target="_blank">ask for help</a></small>
</footer>
</div>

0 comments on commit 7152d8d

Please sign in to comment.