mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-26 22:06:17 +00:00
oldschool ui prettification
This commit is contained in:
parent
4c364fa0e2
commit
01260c5a44
@ -1,7 +1,12 @@
|
|||||||
doctype html
|
doctype html
|
||||||
html
|
html
|
||||||
head
|
head
|
||||||
title test
|
title nci
|
||||||
|
|
||||||
|
style.
|
||||||
|
.js-run, .js-show-console { cursor: pointer; }
|
||||||
|
body { font-family: monospace; font-size: 16px; }
|
||||||
|
|
||||||
script(data-main="/js/main" src="/js/libs/requirejs/require.js")
|
script(data-main="/js/main" src="/js/libs/requirejs/require.js")
|
||||||
script(type="text/javascript").
|
script(type="text/javascript").
|
||||||
require(['app/app']);
|
require(['app/app']);
|
||||||
@ -13,7 +18,7 @@ html
|
|||||||
| <% _(projects).each(function(project) { %>
|
| <% _(projects).each(function(project) { %>
|
||||||
| <div class="js-project" data-name="<%= project.name %>">
|
| <div class="js-project" data-name="<%= project.name %>">
|
||||||
| <span><%= project.name %></span>
|
| <span><%= project.name %></span>
|
||||||
| <span class="js-run">→</span>
|
| <span class="js-run">⇒</span>
|
||||||
| </div>
|
| </div>
|
||||||
| <% }); %>
|
| <% }); %>
|
||||||
| </div>
|
| </div>
|
||||||
@ -25,7 +30,7 @@ html
|
|||||||
| <span>#<%= build.id %></span>
|
| <span>#<%= build.id %></span>
|
||||||
| <span><%= build.project.name %></span>
|
| <span><%= build.project.name %></span>
|
||||||
| <span><%= build.status %></span>
|
| <span><%= build.status %></span>
|
||||||
| <span class="js-show-console">→</span>
|
| <span class="js-show-console">↷</span>
|
||||||
| </div>
|
| </div>
|
||||||
| <% }); %>
|
| <% }); %>
|
||||||
| </div>
|
| </div>
|
||||||
|
Loading…
Reference in New Issue
Block a user