simplyfy footer

This commit is contained in:
deflax 2018-03-23 17:25:25 +02:00
parent 72bf9b1e9f
commit 824f59d2a9
2 changed files with 1 additions and 3 deletions

View file

@ -1,8 +1,7 @@
<div id="footer_copyright">
<div class="page_wrap">
<p class="copyright"><a href="{{ url_for('main.terms') }}">Terms of Service</a> &copy; All Rights Reserved.</p>
<p class="design_by">Icons by <a style="color:#88af46" href="https://icons8.com">icons8</a></p>
<div class="copyright"><a href="{{ url_for('main.terms') }}">Terms of Service</a> &copy; All Rights Reserved. Icons by <a style="color:#88af46" href="https://icons8.com">icons8</a></p>
</div><!--/page wrap-->
</div><!--/footer copyright-->

View file

@ -49,7 +49,6 @@
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><img class="avatar" src="{{ current_user.gravatar(20) }}"> {{ current_user.email }} <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="{{ url_for('panel.dashboard') }}"><span class="glyphicon glyphicon-pencil"></span> Dashboard</a></li>
<li role="separator" class="divider"></li>
<li><a href="{{ url_for('uinvoice.transactions') }}"><span class="glyphicon glyphicon-list-alt"></span> Transactions</a></li>
<li role="separator" class="divider"></li>
<li><a href="{{ url_for('settings.profile') }}"><span class="glyphicon glyphicon-user"></span> Profile</a></li>