X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=views%2Fvariant.pug;fp=views%2Fvariant.pug;h=5bfcba109da8c6ae15b1e5f9c47ee22f861f8337;hb=b57dbd126734b4398861292c611197c6991ed3eb;hp=9419998a6d203af17251b850a26173f2e2f464c8;hpb=8d7e2786f5a67a1b9a77c742d7951e0efbe8747d;p=vchess.git diff --git a/views/variant.pug b/views/variant.pug index 9419998a..5bfcba10 100644 --- a/views/variant.pug +++ b/views/variant.pug @@ -4,7 +4,8 @@ block css link(rel="stylesheet" href="/stylesheets/variant.css") block content - .container#variantPage + include settings + .container .row .col-sm-12.col-md-10.col-md-offset-1.col-lg-8.col-lg-offset-2 label.drawer-toggle(for="drawer-control") @@ -24,6 +25,14 @@ block content #settings.clickable( onClick="document.getElementById('modalSettings').checked=true") i.material-icons settings + #userMenu.clickable( + onClick="document.getElementById('modalUser').checked=true") + .info-container + i.material-icons person + if !user.email + p Login + else + p Update .row my-room(v-show="display=='room'") my-game-list(v-show="display=='gameList'")