mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 14:33:22 +00:00
9 lines
306 B
HTML
9 lines
306 B
HTML
|
|
<a ui-sref="outfit({shipId:id})" class="ship" ng-repeat="(id,s) in ships">
|
|
<h2 ng-bind="s.properties.name"></h2>
|
|
<small ng-bind="s.properties.manufacturer"></small>
|
|
<div class="subtitle">
|
|
<div class="purpose" ng-bind="SP[s.properties.group]"></div>
|
|
</div>
|
|
{{fCrd(s.properties.cost)}} CR
|
|
</a> |