Commit 18c6da61 authored by Leo Iannacone's avatar Leo Iannacone

no footer in config

parent 02318e6b
...@@ -16,7 +16,6 @@ config.routes.preferences = '/preferences' ...@@ -16,7 +16,6 @@ config.routes.preferences = '/preferences'
config.web = {} config.web = {}
config.web.title = "deb-o-matic web.ui" config.web.title = "deb-o-matic web.ui"
config.web.description = "This is a web interface for debomatic" config.web.description = "This is a web interface for debomatic"
config.web.footer = "Fork me on github.com"
// debomatic configuration exportable for web // debomatic configuration exportable for web
config.web.debomatic = {} config.web.debomatic = {}
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<footer class="container-fluid"> <footer class="container-fluid">
<small class="copyright pull-right text-muted"> <small class="copyright pull-right text-muted">
<%= web.footer %> Fork me on <a href="https://github.com/LeoIannacone/debomatic-webui">github</a>
</small> </small>
<div id="status" class="clearfix"> <div id="status" class="clearfix">
<span class="label label-default">status:</span> <span class="idle text-muted">Idle</span> <span class="label label-default">status:</span> <span class="idle text-muted">Idle</span>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment