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
heptapod
heptapod
Commits
47df32120565
Commit
47df3212
authored
Mar 01, 2018
by
Kushal Pandya
Browse files
Add support for custom container class
parent
e6ad7f60dc47
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/assets/javascripts/vue_shared/components/sidebar/date_picker.vue
View file @
47df3212
...
...
@@ -14,6 +14,11 @@
collapsedCalendarIcon
,
},
props
:
{
blockClass
:
{
type
:
String
,
required
:
false
,
default
:
''
,
},
collapsed
:
{
type
:
Boolean
,
required
:
false
,
...
...
@@ -91,7 +96,10 @@
</
script
>
<
template
>
<div
class=
"block"
>
<div
class=
"block"
:class=
"blockClass"
>
<div
class=
"issuable-sidebar-header"
>
<toggle-sidebar
:collapsed=
"collapsed"
...
...
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