UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
P
Party Bus
Launchboard
launchboard-fe
Commits
26c7766a
Commit
26c7766a
authored
May 05, 2021
by
Keith Becker
Browse files
refactor html
parent
0c6d0b87
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/components/Dialogs/DialogComponents/UserSelectForCourse.vue
...mponents/Dialogs/DialogComponents/UserSelectForCourse.vue
+4
-4
No files found.
src/components/Dialogs/DialogComponents/UserSelectForCourse.vue
View file @
26c7766a
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
/>
/>
<label
<label
class=
"text-left w-100 d-block
text--white
available-seats-label"
class=
"text-left w-100 d-block available-seats-label"
v-if=
"
v-if=
"
isCourseSelected &&
isCourseSelected &&
availableSeatsInCourse === 0 &&
availableSeatsInCourse === 0 &&
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
>
This course is full. You won't be able to add any students.
</label
>
This course is full. You won't be able to add any students.
</label
>
>
<label
<label
class=
"text-left w-100 d-block
text--white
available-seats-label"
class=
"text-left w-100 d-block available-seats-label"
v-else-if=
"
v-else-if=
"
isCourseSelected &&
isCourseSelected &&
availableSeatsInCourse === 0 &&
availableSeatsInCourse === 0 &&
...
@@ -34,13 +34,13 @@
...
@@ -34,13 +34,13 @@
this course will be full
</label
this course will be full
</label
>
>
<label
<label
class=
"text-left w-100 d-block
text--white
available-seats-label"
class=
"text-left w-100 d-block available-seats-label"
v-else-if=
"selectedMembers.length === 0"
v-else-if=
"selectedMembers.length === 0"
>
No users have been selected
</label
>
No users have been selected
</label
>
>
<label
<label
v-else-if=
"isCourseSelected && !areNoAvailableSeats"
v-else-if=
"isCourseSelected && !areNoAvailableSeats"
class=
"text-left w-100 d-block
text--white
available-seats-label"
class=
"text-left w-100 d-block available-seats-label"
>
You will have
>
You will have
{{
availableSeatsInCourse
}}
{{
availableSeatsInCourse
}}
available seat reservation
{{
available seat reservation
{{
...
...
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