comparison client/src/components/ui/UIBoxHeader.vue @ 2754:d0f6c222f4f9

client:correct a set of strings marking
author Fadi Abbud <fadi.abbud@intevation.de>
date Thu, 21 Mar 2019 13:24:49 +0100
parents 7a0e468d3832
children 61aacfd02812
comparison
equal deleted inserted replaced
2753:2aa1620ffd9e 2754:d0f6c222f4f9
5 :icon="icon" 5 :icon="icon"
6 class="box-icon" 6 class="box-icon"
7 v-if="icon" 7 v-if="icon"
8 fixed-width 8 fixed-width
9 /> 9 />
10 {{ $gettext(title) }} 10 {{ title }}
11 </span> 11 </span>
12 <div class="box-controls"> 12 <div class="box-controls">
13 <span 13 <span
14 v-for="(action, index) in actions" 14 v-for="(action, index) in actions"
15 :key="index" 15 :key="index"