X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2FApp.vue;h=e06a2fef5bbede787fc1b09a70b738095e8cb530;hp=a9c1d4cce5b87ae70bc08f5926eabcdeb530a967;hb=afd3240d89a2f6191fe9426960dc0c1667b40c77;hpb=9330b976e02148bb89e11819070d5d818e82e522 diff --git a/client/src/App.vue b/client/src/App.vue index a9c1d4cc..e06a2fef 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -8,7 +8,7 @@ .row .col-sm-12.col-md-10.col-md-offset-1.col-lg-8.col-lg-offset-2 // Menu (top of page): - // Left: hall, variants, mygames, problems + // Left: hall, variants, mygames, forum (ext. link) // Right: usermenu, settings, flag nav label.drawer-toggle(for="drawerControl") @@ -22,8 +22,9 @@ | {{ st.tr["Variants"] }} router-link(to="/mygames") | {{ st.tr["My games"] }} - router-link(to="/problems") - | {{ st.tr["Problems"] }} + // TODO: parametric URL, "forumURL" + a(href="https://forum.vchess.club") + | {{ st.tr["Forum"] }} #rightMenu .clickable(onClick="doClick('modalUser')") | {{ st.user.id > 0 ? "Update" : "Login" }}