mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
Front page UI tweaks, ignore template cache
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user