29 lines
685 B
Text
29 lines
685 B
Text
extends layout
|
|
|
|
block content
|
|
h1.center OpenDeck
|
|
.container#deck
|
|
|
|
.fixed-action-btn.no-autoinit
|
|
a.btn-floating.btn-large.green
|
|
i.large.material-icons menu
|
|
ul
|
|
li
|
|
a(href="/settings").btn-floating.red
|
|
i.material-icons settings
|
|
li
|
|
a(href="#modal").btn-floating.blue.modal-trigger
|
|
i.material-icons toc
|
|
li
|
|
a#fullScreen.btn-floating.yellow
|
|
i.material-icons fullscreen
|
|
|
|
#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
|
|
|
|
script(src="/javascripts/index.js")
|