Front page UI tweaks, ignore template cache

This commit is contained in:
Colin McLeod
2015-04-16 18:45:08 -07:00
parent 1097ca5a42
commit aad4600326
5 changed files with 19 additions and 18 deletions

View File

@@ -1,9 +1,10 @@
<a href="#/{{id}}" class="ship" ng-repeat="(id,s) in ships">
<h2>{{s.name}}<small>{{s.manufacturer}}</small></h2>
<h2>{{s.name}}</h2>
<small>{{s.manufacturer}}</small>
<div class="subtitle">
<div class="size">Class {{s.class}} / {{SZ[s.class]}}</div>
<div class="purpose">{{SP[s.group]}}</div>
</div>
{{credits(s.cost)}} Credits
{{credits(s.cost)}} C
</a>