Merge pull request #37 from Pear-Trading/Release-v0.0.5

Release v0.0.5
This commit is contained in:
Tom Bloor 2017-11-29 16:01:21 +00:00 committed by GitHub
commit cc04b9eb11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 5 deletions

View file

@ -2,6 +2,10 @@
# Next Release
# v0.0.5
* Change page name from Story Trail to Lancaster Independent Story
# v0.0.4
* Info window on map replaced with modals

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "localloop-web",
"version": "0.0.4",
"version": "0.0.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "localloop-web",
"version": "0.0.4",
"version": "0.0.5",
"description": "LocalLoop Web - Web interface for LocalLoop app",
"author": "",
"url": "http://www.peartrade.org",

View file

@ -66,7 +66,7 @@ const routes: Routes = [
{
path: 'story-trail',
component: TrailMapComponent,
data: { title: 'Story Trail' },
data: { title: 'Lancaster Independent Story' },
},
{
path: 'payroll-log',

View file

@ -3,7 +3,7 @@
<div class="col-lg-12">
<div class="card">
<div class="card-header">
<strong>Purchase Map</strong>
<strong>Lancaster Independent Story</strong>
<small>Required Data marked in <strong>bold</strong>.</small>
</div>
<div class="modal fade" bsModal #statusModal="bs-modal" [config]="{backdrop: false, animated: false}"

View file

@ -47,7 +47,7 @@
</li>
<li class="nav-item">
<a class="nav-link" routerLinkActive="active" [routerLink]="['/story-trail']">
<i class="icon-map"></i> Story Trail
<i class="icon-map"></i> Lancaster Independent Story
</a>
</li>
<li *ngIf="accountType == 'customer'" class="nav-item">