mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-11 01:45:08 +00:00
oldschool ui prettification
This commit is contained in:
parent
4c364fa0e2
commit
01260c5a44
@ -1,7 +1,12 @@
|
||||
doctype html
|
||||
html
|
||||
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(type="text/javascript").
|
||||
require(['app/app']);
|
||||
@ -13,7 +18,7 @@ html
|
||||
| <% _(projects).each(function(project) { %>
|
||||
| <div class="js-project" data-name="<%= project.name %>">
|
||||
| <span><%= project.name %></span>
|
||||
| <span class="js-run">→</span>
|
||||
| <span class="js-run">⇒</span>
|
||||
| </div>
|
||||
| <% }); %>
|
||||
| </div>
|
||||
@ -25,7 +30,7 @@ html
|
||||
| <span>#<%= build.id %></span>
|
||||
| <span><%= build.project.name %></span>
|
||||
| <span><%= build.status %></span>
|
||||
| <span class="js-show-console">→</span>
|
||||
| <span class="js-show-console">↷</span>
|
||||
| </div>
|
||||
| <% }); %>
|
||||
| </div>
|
||||
|
Loading…
Reference in New Issue
Block a user