mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 15:15:34 +00:00
More comprehensive changes, UI tweaking
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
|
||||
<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>
|
||||
@@ -6,4 +6,5 @@
|
||||
<div class="purpose" ng-bind="SP[s.properties.group]"></div>
|
||||
</div>
|
||||
{{fCrd(s.properties.cost)}} CR
|
||||
</a>
|
||||
</a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user