sportsbet-mobile
Version:
Sportsbet mobile
15 lines (13 loc) • 502 B
HTML
<template name="2ColByOdds">
<!-- Selections forced into 2 columns and sorted by Odds -->
{{#each orderedByOddsSelections}}
<a class="col-sm-6 selection {{#if or suspended (not ../active)}}suspended{{/if}}">
<div class="{{#if selected}}active{{/if}}">
<span class="truncate">{{text}}</span>
<b class="show">{{#if suspended}}N/A{{else}}{{displayOdds backOddsMultiplied}}{{/if}}</b>
<span class="clearfix"></span>
</div>
</a>
{{/each}}
<div class="clearfix"></div>
</template>