Merge branch 'print-first'
This commit is contained in:
commit
fe04397b7f
@ -20,7 +20,7 @@
|
|||||||
<a
|
<a
|
||||||
class="spaced"
|
class="spaced"
|
||||||
class:active={currentPath.startsWith("/export")}
|
class:active={currentPath.startsWith("/export")}
|
||||||
href="/export/json">Export</a
|
href="/export/print">Export</a
|
||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
class="spaced"
|
class="spaced"
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
<nav class="m l left">
|
<nav class="m l left">
|
||||||
<!-- set them as active -->
|
<!-- set them as active -->
|
||||||
|
<a href="/export/print">
|
||||||
|
<i>print</i>
|
||||||
|
<span>print</span>
|
||||||
|
</a>
|
||||||
<a href="/export/json">
|
<a href="/export/json">
|
||||||
<i>output</i>
|
<i>output</i>
|
||||||
<span>json</span>
|
<span>json</span>
|
||||||
@ -8,10 +12,6 @@
|
|||||||
<i>output</i>
|
<i>output</i>
|
||||||
<span>yaml</span>
|
<span>yaml</span>
|
||||||
</a>
|
</a>
|
||||||
<a href="/export/print">
|
|
||||||
<i>print</i>
|
|
||||||
<span>print</span>
|
|
||||||
</a>
|
|
||||||
<!-- TODO
|
<!-- TODO
|
||||||
<a>
|
<a>
|
||||||
<i>Quiz</i>
|
<i>Quiz</i>
|
||||||
|
Loading…
Reference in New Issue
Block a user