X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FRules.vue;h=015df7b3851e87e55eafa5bc41d0167ffe2c085b;hb=9bd6786b863c31c3ccd0057b87cf454c90886056;hp=00202e6403212e98b7495e3ceb9b27319150ccf5;hpb=0d329b05fd922645ee52e6709d119a002c8aad64;p=vchess.git diff --git a/client/src/views/Rules.vue b/client/src/views/Rules.vue index 00202e64..015df7b3 100644 --- a/client/src/views/Rules.vue +++ b/client/src/views/Rules.vue @@ -24,6 +24,8 @@ main @click="gotoAnalyze()" ) | {{ st.tr["Analyse"] }} + .row + .col-sm-12.col-md-8.col-md-offset-2.col-lg-6.col-lg-offset-3 div( v-show="display=='rules'" v-html="content" @@ -69,7 +71,7 @@ export default { }, computed: { showAnalyzeBtn: function() { - return (this.display=='rules' && (!window.V || V.CanAnalyse)); + return (this.display=='rules' && (!window.V || V.CanAnalyze)); }, content: function() { if (!this.gameInfo.vname) return ""; //variant not set yet