Removing forum embed link from build page

This commit is contained in:
Colin McLeod
2015-05-25 23:10:32 -07:00
parent c8df9eb711
commit 0993a72d25
3 changed files with 1 additions and 5 deletions

View File

@@ -13,6 +13,5 @@
<div class="l" ng-if="hp.c.shieldmul">+{{$r.fRPct(hp.c.shieldmul)}}</div>
<div class="l" ng-if="hp.c.range">{{hp.c.range}} <u>KM</u></div>
<div class="l" ng-if="hp.c.ammo">Ammo: {{$r.fCrd(hp.c.clip)}}/{{$r.fCrd(hp.c.ammo)}}</div>
</div>
</div>

View File

@@ -16,9 +16,6 @@
<button ui-sref="outfit({shipId: ship.id,code:null, bn: buildName})" ng-disabled="!code">
<svg class="icon lg"><use xlink:href="#switch"></use></svg> Reset
</button>
<button ng-disabled="!code">
<svg class="icon lg"><use xlink:href="#embed"></use></svg> Forum
</button>
</div>
</div>

View File

@@ -1,6 +1,6 @@
{
"name": "coriolis_shipyard",
"version": "0.7.4",
"version": "0.7.5",
"repository": {
"type": "git",
"url": "https://github.com/cmmcleod/coriolis"