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
go
Commits
d07e14f5
Commit
d07e14f5
authored
Jan 31, 2016
by
David Haynes
🙆
Browse files
Necessary changes to accordian behavior
- all nice and organized - finally plays nice with bootstrap3
parent
3a835fab
Changes
2
Show whitespace changes
Inline
Side-by-side
go/go/templates/crispy/accordian-group.html
0 → 100644
View file @
d07e14f5
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading"
>
<h4
class=
"panel-title"
>
<a
class=
"accordion-toggle"
data-toggle=
"collapse"
href=
"#{{ div.css_id }}"
>
{{ div.name }}
</a>
</h4>
</div>
<div
id=
"{{ div.css_id }}"
class=
"panel-collapse collapse{% if div.active %} in{% endif %}"
>
<div
class=
"panel-body"
>
{{ fields|safe }}
</div>
</div>
</div>
<br
/>
go/go/templates/crispy/accordian.html
0 → 100644
View file @
d07e14f5
<div
class=
"panel-group"
id=
"{{ accordion.css_id }}"
>
{{ content|safe }}
</div>
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