Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
les
gancio
Commits
87950ed5
Verified
Commit
87950ed5
authored
Jun 25, 2021
by
les
Browse files
do not ask for null image
parent
1c8cbd8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
pages/event/_id.vue
View file @
87950ed5
...
...
@@ -11,7 +11,7 @@ v-container#event.pa-0.pa-sm-2
v-row
v-col.col-12.col-lg-8
//- fake image to use u-featured in h-event microformat
img.u-featured(v-show='false'
v-if='event.image_path'
:src='`${settings.baseurl}${imgPath}`')
img.u-featured(v-show='false' :src='`${settings.baseurl}${imgPath}`')
v-img.main_image.mb-3(
contain
:src='imgPath'
...
...
les
@les
mentioned in commit
9cb050ad
·
Jun 25, 2021
mentioned in commit
9cb050ad
mentioned in commit 9cb050adb839f79c9ae8302bdad92c2bdbbdf426
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment