Skip to content

Instantly share code, notes, and snippets.

@h4
Created November 26, 2013 11:59
Show Gist options
  • Save h4/7657242 to your computer and use it in GitHub Desktop.
Save h4/7657242 to your computer and use it in GitHub Desktop.
{namespace site.ui.widget.MarketJoinWidget}
/**
*
**/
{template .main}
<table class="{css markets-table} {css show-type} l-main" soy-tn="site.ui.widget.MarketJoinWidget.main">
<thead>
<tr>
<th></th>
<th></th>
<th class="win">Победа</th>
<th class="place">1-3 место</th>
</tr>
</thead>
<tbody class="l-wrapper {css scroll-area} l-binder" field-type="outcomes" field-id="{tvset.business.MarketController.Field.OUTCOMES}">
</tbody>
</table>
{/template}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment