projects
/
vchess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ef6396
)
Better menu ordering ?
author
Benjamin Auder
<benjamin.auder@somewhere>
Tue, 18 Feb 2020 12:09:20 +0000
(13:09 +0100)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Tue, 18 Feb 2020 12:09:20 +0000
(13:09 +0100)
client/src/App.vue
patch
|
blob
|
blame
|
history
diff --git
a/client/src/App.vue
b/client/src/App.vue
index
9167572
..
012b1c2
100644
(file)
--- a/
client/src/App.vue
+++ b/
client/src/App.vue
@@
-18,12
+18,12
@@
#leftMenu
router-link(to="/")
| {{ st.tr["Hall"] }}
+ router-link(to="/mygames")
+ | {{ st.tr["My games"] }}
router-link(to="/variants")
| {{ st.tr["Variants"] }}
router-link(to="/problems")
| {{ st.tr["Problems"] }}
- router-link(to="/mygames")
- | {{ st.tr["My games"] }}
#rightMenu
.clickable(onClick="doClick('modalUser')")
| {{ st.user.id > 0 ? (st.user.name || "@nonymous") : "Login" }}