12 lines
246 B
Plaintext
12 lines
246 B
Plaintext
|
|
extends ../layout
|
||
|
|
|
||
|
|
block content
|
||
|
|
a(href='/conclave/options/edit') Edit
|
||
|
|
case options.length
|
||
|
|
when 0
|
||
|
|
p There is no options at the moment
|
||
|
|
default
|
||
|
|
ul
|
||
|
|
each option in options
|
||
|
|
li #{option.name}: #{option.value}
|