bansho/app/components/drupal/drupal_tile/drupal_tile.html
Frédéric Vachon e0f1606a5a Drupal detailed view
Change-Id: I5a5d93247dc5b9210f4ca7e4eafeb41f1239fac2
2015-06-05 17:06:48 -04:00

11 lines
347 B
HTML

<div class="tile__main" ng-controller='DrupalTileCtrl'>
<h1>{{title}} <span ng-class="finalScoreClass">{{finalScore}}</span></h1>
<table class="data-table">
<tbody>
<tr ng-repeat="datum in data">
<td style="text-align:center;" ng-class="datum[1]" title="{{datum[2]}}">{{datum[0]}}</td>
</tr>
</tbody>
</table>
</div>