mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 06:43:24 +00:00
9 lines
285 B
HTML
Executable File
9 lines
285 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.retailCost)}} <u>CR</u>
|
|
</a>
|
|
</div> |