comparison client/src/components/fairway/Profiles.vue @ 2919:6c5364ff0abb

client: removed a lot of unnecessary closing tags
author Markus Kottlaender <markus@intevation.de>
date Wed, 03 Apr 2019 16:10:11 +0200
parents 95e40c87a943
children b74ebeb2bdc8
comparison
equal deleted inserted replaced
2918:b22f84d312f2 2919:6c5364ff0abb
185 :class="startPoint && endPoint && !selectedCut ? 'w-50' : 'w-100'" 185 :class="startPoint && endPoint && !selectedCut ? 'w-50' : 'w-100'"
186 > 186 >
187 <button class="btn btn-info btn-sm w-100" @click="toggleCutTool"> 187 <button class="btn btn-info btn-sm w-100" @click="toggleCutTool">
188 <font-awesome-icon 188 <font-awesome-icon
189 :icon="cutTool && cutTool.getActive() ? 'times' : 'plus'" 189 :icon="cutTool && cutTool.getActive() ? 'times' : 'plus'"
190 ></font-awesome-icon> 190 />
191 {{ cutTool && cutTool.getActive() ? "Cancel" : "New" }} 191 {{ cutTool && cutTool.getActive() ? "Cancel" : "New" }}
192 </button> 192 </button>
193 </div> 193 </div>
194 </div> 194 </div>
195 <div v-if="showLabelInput" class="mt-2"> 195 <div v-if="showLabelInput" class="mt-2">