Files
coriolis/app/views/page-shipyard.html
2015-05-03 13:23:30 -07:00

10 lines
332 B
HTML

<div id="shipyard">
<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>
</div>