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
AURA
dashboard
Commits
c4f037bd
Commit
c4f037bd
authored
Aug 25, 2020
by
Richard Blechinger
Browse files
Show notice when there is no schedules for show
parent
6de7c109
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/shows/Schedules.vue
View file @
c4f037bd
<
template
>
<div
:class=
"
{ 'show-schedules': true, 'expandable': isExpandable, 'collapsed': isExpandable
&&
collapsed }" @click="expand">
<div
v-if=
"schedules.length > 0"
:class=
"
{ 'show-schedules': true, 'expandable': isExpandable, 'collapsed': isExpandable
&&
collapsed }"
@click="expand"
>
<table
class=
"table b-table table-striped border"
>
<thead>
<tr>
...
...
@@ -27,6 +31,10 @@
click to collapse
</div>
</div>
<div
class=
"border p-4 mb-4"
v-else
>
There are currently no schedules for this show.
</div>
</
template
>
<
script
>
...
...
Write
Preview
Supports
Markdown
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