comparison client/src/components/toolbar/Pdftool.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 2097c3633f0a
children c0162cbb5775
comparison
equal deleted inserted replaced
2918:b22f84d312f2 2919:6c5364ff0abb
2 <div 2 <div
3 @click="$store.commit('application/showPdfTool', !showPdfTool)" 3 @click="$store.commit('application/showPdfTool', !showPdfTool)"
4 class="toolbar-button" 4 class="toolbar-button"
5 v-tooltip="label" 5 v-tooltip="label"
6 > 6 >
7 <font-awesome-icon 7 <font-awesome-icon icon="file-pdf" :class="{ 'text-info': showPdfTool }" />
8 icon="file-pdf"
9 :class="{ 'text-info': showPdfTool }"
10 ></font-awesome-icon>
11 </div> 8 </div>
12 </template> 9 </template>
13 10
14 <script> 11 <script>
15 /* This is Free Software under GNU Affero General Public License v >= 3.0 12 /* This is Free Software under GNU Affero General Public License v >= 3.0