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
4ee19394
Verified
Commit
4ee19394
authored
Jun 19, 2021
by
les
Browse files
minor with layout
parent
6d7bad15
Changes
3
Hide whitespace changes
Inline
Side-by-side
components/Search.vue
View file @
4ee19394
...
...
@@ -6,7 +6,7 @@
inset color='primary'
hide-details
:label="$t('event.show_recurrent')")
v-autocomplete
.mt-0.pt-0
(
v-autocomplete(
:label='$t("common.search")'
:items='keywords'
hide-details
...
...
pages/export.vue
View file @
4ee19394
<
template
lang=
"pug"
>
v-container
v-card(outlined)
v-card-title
{{
$t
(
'
common.share
'
)
}}
v-card-text
p.text-body-1
{{
$t
(
'
export.intro
'
)
}}
v-row
...
...
pages/index.vue
View file @
4ee19394
...
...
@@ -6,7 +6,7 @@
Announcement(v-for='announcement in announcements' :key='`a_${announcement.id}`' :announcement='announcement')
//- Calendar and search bar
v-row.pt-0.pt-sm-2
v-row.pt-0.pt-sm-2
.pl-0.pl-sm-2
.col-xl-5.col-lg-5.col-md-7.col-sm-12.col-xs-12.pa-4.pa-sm-3
//- this is needed as v-calendar does not support SSR
//- https://github.com/nathanreyes/v-calendar/issues/336
...
...
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