Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
schedules
Commits
450a77b7
Commit
450a77b7
authored
Jun 21, 2018
by
David Haynes
🙆
Browse files
Ok it's more tolerable I can live now
parent
11b0ef51
Changes
1
Hide whitespace changes
Inline
Side-by-side
schedules_web/src/components/ScheduleBadge.tsx
View file @
450a77b7
...
...
@@ -38,15 +38,15 @@ class ScheduleBadge extends React.Component<ScheduleBadgeProps, State> {
/>
</
Row
>
<
Collapse
isOpen
=
{
this
.
state
.
collapse
}
>
<
Card
>
<
Card
shadow
>
<
CardTitle
className
=
"mt-3"
>
<
Row
className
=
"justify-content-center"
>
<
Button
size
=
"sm"
outline
color
=
"danger"
className
=
"ml-5"
onClick
=
{
this
.
toggle
}
>
<
Button
size
=
"sm"
outline
color
=
"danger"
onClick
=
{
this
.
toggle
}
>
Close
</
Button
>
<
h1
className
=
"p
l-5
"
>
Your Schedule
</
h1
>
<
Button
size
=
"sm"
outline
color
=
"primary"
className
=
"mr-5"
>
Generate
Schedule
<
h1
className
=
"p
x-3
"
>
Your Schedule
</
h1
>
<
Button
size
=
"sm"
outline
color
=
"primary"
>
Generate
</
Button
>
</
Row
>
</
CardTitle
>
...
...
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