2021-03-08 11:05:51 +01:00
|
|
|
extends layout
|
|
|
|
|
|
|
|
block content
|
2021-03-08 14:16:18 +01:00
|
|
|
h1.center OpenDeck
|
2021-03-08 11:05:51 +01:00
|
|
|
.container#deck
|
2021-03-08 19:42:32 +01:00
|
|
|
|
2021-03-09 10:53:10 +01:00
|
|
|
.fixed-action-btn.no-autoinit
|
|
|
|
a.btn-floating.btn-large.green
|
|
|
|
i.large.material-icons menu
|
2021-03-09 08:44:10 +01:00
|
|
|
ul
|
|
|
|
li
|
|
|
|
a(href="/settings").btn-floating.red
|
|
|
|
i.material-icons settings
|
2021-03-09 10:53:10 +01:00
|
|
|
li
|
|
|
|
a(href="#modal").btn-floating.blue.modal-trigger
|
|
|
|
i.material-icons toc
|
|
|
|
li
|
|
|
|
a#fullScreen.btn-floating.yellow
|
|
|
|
i.material-icons fullscreen
|
2021-03-09 08:44:10 +01:00
|
|
|
|
|
|
|
#modal.modal
|
|
|
|
.modal-content
|
|
|
|
.input-field
|
|
|
|
select#deck-select
|
|
|
|
label Deck
|
|
|
|
.modal-footer
|
|
|
|
a#save.modal-close.waves-effect.waves-grey.btn-flat(href="#!") Close
|
|
|
|
|
2021-03-08 19:42:32 +01:00
|
|
|
script(src="/javascripts/index.js")
|