diff options
author | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-04-12 14:42:37 +0200 |
---|---|---|
committer | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-04-12 14:42:37 +0200 |
commit | 35eb2ce001d067350e5acf98d4dd402336414ec7 (patch) | |
tree | c6b22794f59b5e0840e3ffe5b5ec26c723b5fe16 /source | |
parent | dbe007e7c87790ade92406ddfb32819738026427 (diff) |
prepare future status.css server
Diffstat (limited to 'source')
-rw-r--r-- | source/_status.html.erb | 2 | ||||
-rw-r--r-- | source/layouts/layout.erb | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/source/_status.html.erb b/source/_status.html.erb index 5229f9c..d291f62 100644 --- a/source/_status.html.erb +++ b/source/_status.html.erb @@ -3,7 +3,7 @@ <tbody> <tr> <td>sublab:</td> - <td>Offen</td> + <td class="status-sublab">Offen</td> </tr> <tr> <td>Taifun:</td> diff --git a/source/layouts/layout.erb b/source/layouts/layout.erb index 7319795..5ba23c1 100644 --- a/source/layouts/layout.erb +++ b/source/layouts/layout.erb @@ -13,6 +13,9 @@ <title><%= current_page.data.title || "sublab" %></title> <%= stylesheet_link_tag "all", "bootstrap", "bootstrap-theme" %> + + <%#= stylesheet_link_tag "http://localhost:9393/status.css" %> + <%= javascript_include_tag "all", "jquery", "bootstrap" %> </head> |