From 2603f8605478f7b29195aee65ebe19b1c09a53b7 Mon Sep 17 00:00:00 2001 From: Chris Houston Date: Thu, 9 Apr 2020 12:11:06 -0400 Subject: [PATCH] Small change to the provider name layout for school meals. --- .github/workflows/ci.yml | 2 +- covid-19-support/src/components/BusinessDetails.vue | 4 ++-- covid-19-support/src/components/ResultsList.vue | 10 ++++++++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 467f72d3..bdc2201f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: Continuous Integration on: push: tags-ignore: - - v* + - 'v*' jobs: test: name: Test diff --git a/covid-19-support/src/components/BusinessDetails.vue b/covid-19-support/src/components/BusinessDetails.vue index 321981e4..792d41b4 100644 --- a/covid-19-support/src/components/BusinessDetails.vue +++ b/covid-19-support/src/components/BusinessDetails.vue @@ -14,13 +14,13 @@
{{ business.marker.gsx$providername.$t }}
+ {{ business.marker.gsx$provideraddloc.$t }}

{{ $t('label.address') }}:
- {{ business.marker.gsx$provideraddloc.$t }}, {{ business.marker.gsx$address.$t }}, {{ business.marker.gsx$city.$t }}, {{ business.marker.gsx$state.$t }} + {{ business.marker.gsx$address.$t }}, {{ business.marker.gsx$city.$t }}, {{ business.marker.gsx$state.$t }} {{ business.marker.gsx$zip.$t }}

diff --git a/covid-19-support/src/components/ResultsList.vue b/covid-19-support/src/components/ResultsList.vue index eca2fdad..e62d674d 100644 --- a/covid-19-support/src/components/ResultsList.vue +++ b/covid-19-support/src/components/ResultsList.vue @@ -10,11 +10,13 @@ @click="$emit('location-selected', { locValue: index, isSetByMap: false })" >
{{ item.marker.gsx$providername.$t }}
+
Closed on {{ getDay }}
{{ item.marker.gsx$cuisine.$t }}
- {{ item.marker.gsx$address.$t }}, + {{ item.marker.gsx$address.$t }}, {{ item.marker.gsx$city.$t }}