File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " partitech/sonata-extra" ,
3
- "version" : " 1.0.10 " ,
3
+ "version" : " 1.0.11 " ,
4
4
"type" : " symfony-bundle" ,
5
5
"description" : " Daily usefully tools helpers for Sonata" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 56
56
57
57
58
58
<div class =" {{ show_group .class | default (' col-md-12' ) }} {{ no_padding | default (false ) ? ' nopadding' }}" >
59
- <div class =" {{ show_group .box_class }}" {% if show_header == false %} style =" border-top: 0px" {% endif %}>
59
+ <div class =" {{ show_group .box_class }}" {% if show_header_border == false %} style =" border-top: 0px" {% endif %}>
60
60
{% if show_header == true %}
61
61
62
62
<div class =" box-header" >
Original file line number Diff line number Diff line change 60
60
61
61
<div class =" {{ show_group .class | default (' col-md-12' ) }} {{ no_padding | default (false ) ? ' nopadding' }}" >
62
62
{# start implementation #}
63
- <div class =" {{ show_group .box_class }}" {% if show_header == false %} style =" border-top: 0px" {% endif %}>
63
+ <div class =" {{ show_group .box_class }}" {% if show_header_border == false %} style =" border-top: 0px" {% endif %}>
64
64
65
65
{% if show_header == true %}
66
66
You can’t perform that action at this time.
0 commit comments