Files
coriolis/app/views/page-shipyard.html

10 lines
362 B
HTML
Executable File

<div id="shipyard">
<a ui-sref="outfit({shipId:id})" class="ship" ng-repeat="(id,s) in ships">
<h2 ng-bind="s.properties.name"></h2>
<div class="subtitle">
<small ng-bind="s.properties.manufacturer"></small>
<div class="purpose" ng-bind="SP[s.properties.grp]"></div>
</div>
{{fCrd(s.properties.cost)}} <u>CR</u></span>
</a>
</div>