-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
79d80b5
commit babe167
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,8 +27,9 @@ const errorsCountFormated = computed(() => { | |
|
||
<b-alert v-if="result.summary.versionUnimplemented" variant="danger" show> | ||
Sorry, the validator failed to parse this file. Please check that the URL is available and points to a | ||
gbfs.json file. If you have any questions, please write to <a href='mailto:[email protected]' | ||
target='_blank' rel='noreferrer'> | ||
<a href="https://github.com/MobilityData/gbfs/blob/master/gbfs.md#gbfsjson" target='_blank' | ||
rel='noreferrer'>gbfs.json</a> file. If you have any questions, please write to <a | ||
href='mailto:[email protected]' target='_blank' rel='noreferrer'> | ||
[email protected] | ||
</a>. Thank you | ||
</b-alert> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -479,8 +479,9 @@ provide('map', map) | |
<b-row class="mt-3" v-if="summary.versionUnimplemented"><b-col> | ||
<b-alert variant="danger" show class="mb-0"> | ||
Sorry, the validator failed to parse this file. Please check that the URL is available and points to a | ||
gbfs.json file. If you have any questions, please write to <a href='mailto:[email protected]' | ||
target='_blank' rel='noreferrer'> | ||
<a href="https://github.com/MobilityData/gbfs/blob/master/gbfs.md#gbfsjson" target='_blank' | ||
rel='noreferrer'>gbfs.json</a> file. If you have any questions, please write to <a | ||
href='mailto:[email protected]' target='_blank' rel='noreferrer'> | ||
[email protected] | ||
</a>. Thank you | ||
</b-alert> | ||
|