diff options
Diffstat (limited to 'moonv4/moon_gui/static/app/common/footer/footer.tpl.html')
-rwxr-xr-x | moonv4/moon_gui/static/app/common/footer/footer.tpl.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/moonv4/moon_gui/static/app/common/footer/footer.tpl.html b/moonv4/moon_gui/static/app/common/footer/footer.tpl.html deleted file mode 100755 index aacb392d..00000000 --- a/moonv4/moon_gui/static/app/common/footer/footer.tpl.html +++ /dev/null @@ -1,7 +0,0 @@ -<div class="container footer" ng-controller="FooterController as footer"> - <div class="row"> - <div class="pull-right"> - <span>v<span ng-bind="footer.version"></span></span> - <a href="" ng-click="footer.showBrowsersCompliance()" data-translate="moon.compatibility.label">browser compatibility</a> - </div> - </div> -</div> |