Files
coriolis/app/views/page-shipyard.html
2015-06-03 22:56:52 -07:00

9 lines
290 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>
{{fCrd(s.properties.cost)}} <u>CR</u>
</a>
</div>