From 0993a72d25779e1d14455174960abb4224eb398d Mon Sep 17 00:00:00 2001 From: Colin McLeod Date: Mon, 25 May 2015 23:10:32 -0700 Subject: [PATCH] Removing forum embed link from build page --- app/views/_slot-hardpoint.html | 1 - app/views/page-outfit.html | 3 --- package.json | 2 +- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/app/views/_slot-hardpoint.html b/app/views/_slot-hardpoint.html index 9a6af53a..fc9c2289 100755 --- a/app/views/_slot-hardpoint.html +++ b/app/views/_slot-hardpoint.html @@ -13,6 +13,5 @@
+{{$r.fRPct(hp.c.shieldmul)}}
{{hp.c.range}} KM
Ammo: {{$r.fCrd(hp.c.clip)}}/{{$r.fCrd(hp.c.ammo)}}
- diff --git a/app/views/page-outfit.html b/app/views/page-outfit.html index 0c4521a4..ea484a9e 100755 --- a/app/views/page-outfit.html +++ b/app/views/page-outfit.html @@ -16,9 +16,6 @@ - diff --git a/package.json b/package.json index d84357da..036d4a4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coriolis_shipyard", - "version": "0.7.4", + "version": "0.7.5", "repository": { "type": "git", "url": "https://github.com/cmmcleod/coriolis"