Files
coriolis/app/views/page-shipyard.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>