Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Commit

Permalink
Fix to standard fit all class B. Closes #103
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin McLeod committed Oct 8, 2015
1 parent 80d4b6b commit 0869230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/page-outfit.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h1>
<li class="c" ng-click="useCommon('E')">E</li>
<li class="c" ng-click="useCommon('D')">D</li>
<li class="c" ng-click="useCommon('C')">C</li>
<li class="c" ng-click="useCommon('D')">B</li>
<li class="c" ng-click="useCommon('B')">B</li>
<li class="c" ng-click="useCommon('A')">A</li>
</ul>
<div class="select-group cap" translate="builds / roles"></div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coriolis_shipyard",
"version": "1.8.0",
"version": "1.8.1",
"repository": {
"type": "git",
"url": "https://github.com/cmmcleod/coriolis"
Expand Down

0 comments on commit 0869230

Please sign in to comment.