mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-13 09:54:10 +00:00
DSS-5869 Adds footer template
This commit is contained in:
parent
58bff10fed
commit
ab243033cc
12
wherehows-web/app/templates/footer.hbs
Normal file
12
wherehows-web/app/templates/footer.hbs
Normal file
@ -0,0 +1,12 @@
|
||||
<footer class="navbar navbar-default navbar-fixed-bottom">
|
||||
<div class="container">
|
||||
<ul class="nav navbar-nav navbar-left">
|
||||
<li>
|
||||
<p class="navbar-text">WhereHows ©LinkedIn</p>
|
||||
</li>
|
||||
<li>
|
||||
<a class="navbar-link" href="https://www.github.com/linkedin/WhereHows/wiki">Help</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</footer>
|
Loading…
x
Reference in New Issue
Block a user