Convert tabs to spaces

This commit is contained in:
Edward Betts 2021-07-16 11:47:15 +02:00
parent ed3e0cf86a
commit 15a96bd732
1 changed files with 13 additions and 13 deletions

View File

@ -5,7 +5,7 @@
</div> </div>
<button ref="btn" id="select-area-btn" type="button" class="btn btn-primary btn-lg" v-if="current_hit" @click.stop="select_area()"> <button ref="btn" id="select-area-btn" type="button" class="btn btn-primary btn-lg" v-if="current_hit" @click.stop="select_area()">
Select this area Select this area
</button> </button>
@ -247,15 +247,15 @@
{{ hit.name }} ({{ hit.label }}) {{ hit.name }} ({{ hit.label }})
</a> </a>
</div> </div>
<div class="alert alert-info mt-2" v-if="hits.length"> <div class="alert alert-info mt-2" v-if="hits.length">
<i class="fa fa-info-circle"></i> <i class="fa fa-info-circle"></i>
<span v-if="hits.length == 1"> <span v-if="hits.length == 1">
One search result. Click the result to continue. One search result. Click the result to continue.
</span> </span>
<span v-else> <span v-else>
Click a result to continue. Click a result to continue.
</span> </span>
</div> </div>
</div> </div>
</div> </div>
@ -444,11 +444,11 @@
<div v-if="current_item.nearby && current_item.nearby.length"> <div v-if="current_item.nearby && current_item.nearby.length">
<div v-if="!username" class="alert alert-info"> <div v-if="!username" class="alert alert-info">
<i class="fa fa-info-circle"></i> <i class="fa fa-info-circle"></i>
<a href="/login">Login with OpenStreetMap</a> to add Wikidata tags</div> <a href="/login">Login with OpenStreetMap</a> to add Wikidata tags</div>
<div v-if="edits.length" class="alert alert-info"> <div v-if="edits.length" class="alert alert-info">
<i class="fa fa-info-circle"></i> <i class="fa fa-info-circle"></i>
Use the save button in the top right corner of the map to upload changes. Use the save button in the top right corner of the map to upload changes.
</div> </div>
@ -663,7 +663,7 @@ export default {
computed: { computed: {
show_instructions() { show_instructions() {
return (this.mode != "search" return (this.mode != "search"
&& !this.loading && !this.loading
&& !this.isa_list.length && !this.isa_list.length
&& !this.view_edits && !this.view_edits
&& !this.current_item); && !this.current_item);