X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FRules.vue;h=367963c5784536ec400d5f24c1b0f44a8a0f5581;hb=26d8a01a40dc198b633ae86f698b1ae82415e5e1;hp=8ac03a9124e921f4b5296e5e009dd86957e520e1;hpb=20620465247585ed4e845885c4d9fee8cd6920c1;p=vchess.git diff --git a/client/src/views/Rules.vue b/client/src/views/Rules.vue index 8ac03a91..367963c5 100644 --- a/client/src/views/Rules.vue +++ b/client/src/views/Rules.vue @@ -23,15 +23,18 @@ main v-if="showAnalyzeBtn" @click="gotoAnalyze()" ) - | {{ st.tr["Analyse"] }} + | {{ st.tr["Analysis mode"] }} + .row + .col-sm-12.col-md-8.col-md-offset-2.col-lg-6.col-lg-offset-3 + h4#variantName {{ gameInfo.vname }} div( v-show="display=='rules'" v-html="content" ) ComputerGame( + ref="compgame" v-show="display=='computer'" :game-info="gameInfo" - @game-over="stopGame" @game-stopped="gameStopped" ) @@ -39,7 +42,8 @@ main - + -figure.diagram-container - margin: 15px 0 15px 0 +