Skip to content

Commit b2848b0

Browse files
c-wfnocera
authored andcommitted
Fix pug
1 parent ca88194 commit b2848b0

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

app/server/static/components/label.vue

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,13 @@
5454
div.control
5555
div.form__field
5656
div.form__input
57-
swatches(v-model="newLabel.background_color", colors="basic", \
58-
show-fallback=true, popover-to="", :trigger-style="{ \
59-
width: '36px', height: '36px' }")
57+
swatches(
58+
v-model="newLabel.background_color"
59+
colors="basic"
60+
show-fallback=true
61+
popover-to=""
62+
v-bind:trigger-style="{ width: '36px', height: '36px' }"
63+
)
6064
div.control
6165
a.button.random-color-button(
6266
v-on:click="setColor(newLabel)"
@@ -148,9 +152,13 @@
148152
div.control
149153
div.form__field
150154
div.form__input
151-
swatches(v-model="label.background_color", colors="basic", \
152-
show-fallback=true, popover-to="", :trigger-style="{ \
153-
width: '36px', height: '36px' }")
155+
swatches(
156+
v-model="label.background_color"
157+
colors="basic"
158+
show-fallback=true
159+
popover-to=""
160+
v-bind:trigger-style="{ width: '36px', height: '36px' }"
161+
)
154162
div.control
155163
a.button.random-color-button(
156164
v-on:click="setColor(newLabel)"

0 commit comments

Comments
 (0)