File tree Expand file tree Collapse file tree 4 files changed +17
-0
lines changed Expand file tree Collapse file tree 4 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ {% include 'multiple_input_option.html' %}
Original file line number Diff line number Diff line change 1+ < label class ="custom-file ">
2+ {% set attrs = attrs|merge({'class': 'custom-file-input'}) %}
3+ {% include 'input.html' %}
4+ < span class ="custom-file-control "> </ span >
5+ </ label >
Original file line number Diff line number Diff line change 1+ < div id ="{{attrs.id}} " class ="custom-controls-stacked ">
2+ {% for option in options %}
3+ {% include option.template with option only %}
4+ {% endfor %}
5+ </ div >
Original file line number Diff line number Diff line change 1+ < label for ="{{for|e}} " class ="custom-control custom-{{ type|e }} ">
2+ {% set attrs = attrs|merge({'class': 'custom-control-input'}) %}
3+ {% include 'input.html' %}
4+ < span class ="custom-control-indicator "> </ span >
5+ < span class ="custom-control-description "> {{ label|e }}</ span >
6+ </ label >
You can’t perform that action at this time.
0 commit comments