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