Branded UI Fixed
This commit is contained in:
5
bd-national-template/liquid/row-header.html
Normal file
5
bd-national-template/liquid/row-header.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% if include.colspan.exists() %}
|
||||
<th scope="row" colspan="{{include.colspan}}" class="row-header">{{include.header}}</th>
|
||||
{% else %}
|
||||
<th scope="row" class="row-header">{{include.header}}</th>
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user