X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FVariants.vue;h=f0a98edd50dc7bfb03a2e9efaa8a92f08c6d8604;hb=8b3b2151048df82b70502c84c4f45c9ce2d5ca88;hp=7f78f040eec4322e86e88b34c5aec9f6673bb923;hpb=bd76b45611cbb58dcf774745a4d690277a82aacd;p=vchess.git diff --git a/client/src/views/Variants.vue b/client/src/views/Variants.vue index 7f78f040..f0a98edd 100644 --- a/client/src/views/Variants.vue +++ b/client/src/views/Variants.vue @@ -2,14 +2,9 @@ main .row .col-sm-12.col-md-10.col-md-offset-1.col-lg-8.col-lg-offset-2 - input#prefixFilter(v-model="curPrefix" :placeholder="st.tr['Prefix?']") - .variant.col-sm-12.col-md-5.col-lg-4( - v-for="(v,idx) in filteredVariants" - :class="{'col-md-offset-1': idx%2==0, 'col-lg-offset-2': idx%2==0}" - ) - router-link(:to="getLink(v.name)") - h4.boxtitle.text-center {{ v.name }} - p.description.text-center {{ st.tr[v.desc] }} + a#mainLink(href="/#/variants/list") + | {{ st.tr["View alphabetical variants list"] }} + div(v-html="content")