mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
consistent footer templates
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
<div id="footer">
|
||||
<a href="http://redash.io">Redash</a> <span ng-bind="$ctrl.version"></span> <small ng-if="$ctrl.newVersionAvailable" ng-cloak class="ng-cloak"><a href="https://version.redash.io/">(New Redash version available)</a></small>
|
||||
|
||||
<ul class="f-menu">
|
||||
<li><a href="https://redash.io/help/">Documentation</a></li>
|
||||
<li><a href="http://github.com/getredash/redash">Contribute</a></li>
|
||||
</ul>
|
||||
•
|
||||
<a href="https://redash.io/help/">Documentation</a>
|
||||
•
|
||||
<a href="http://github.com/getredash/redash">Contribute</a>
|
||||
</div>
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
<footer id="footer">
|
||||
<a href="http://redash.io">Redash</a> <span ng-bind="version"></span> <small ng-if="newVersionAvailable" ng-cloak class="ng-cloak"><a href="http://version.redash.io/">(New Redash version available)</a></small>
|
||||
•
|
||||
<a href="https://redash.io/help/">Documentation</a>
|
||||
•
|
||||
<a href="http://github.com/getredash/redash">Contribute</a>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user