X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FVariants.vue;h=f0a98edd50dc7bfb03a2e9efaa8a92f08c6d8604;hb=8b3b2151048df82b70502c84c4f45c9ce2d5ca88;hp=e5d02856f5ade3bdcb2de8e47ecca8cabf5ba1c1;hpb=58bf4670c6bf01d94fe1f798cd5d63493d15e196;p=vchess.git diff --git a/client/src/views/Variants.vue b/client/src/views/Variants.vue index e5d02856..f0a98edd 100644 --- a/client/src/views/Variants.vue +++ b/client/src/views/Variants.vue @@ -2,18 +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" - @input="setCurPrefix($event)" - :placeholder="st.tr['Prefix?']" - ) - .variant.col-sm-12.col-md-5.col-lg-4( - v-for="(v,idx) in filteredVariants" - :class="getVclasses(filteredVariants, idx)" - ) - 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")