File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 118118 </fieldset >
119119 </div >
120120
121- <table class =" wb-tagfilter-items table table-bordered wb-tables table-hover filterEmphasis provisional" >
121+ <table class =" wb-tagfilter-items table table-bordered wb-tables table-striped table- hover filterEmphasis provisional" >
122122 <thead >
123123 <tr >
124124 <th data-wb-tags =" col_1" >{% if locale == = " en" %} Title{% else %} Titre{% endif %} </th >
138138 {% set otherLocale = " fr" if locale == = " en" else " en" %}
139139 {% set toggleURL = entry .inputPath | replace (" \./src/" + locale + " /" , " /" + otherLocale + " /" ) %}
140140 {% set isLanding = entry .inputPath | replace (" /" , " ," ) %}
141- {% if locale == = " en" %}
142- {% set missingToggle = " Missing french version" %}
143- {% else %}
144- {% set missingToggle = " Version anglais manquante" %}
145- {% endif %}
146141 {% if entry .data .locale == locale %}
147142 {% if entry .data .redirect %}
148143 {% elif entry .inputPath .endsWith (' .csv.njk' ) %}
149144 {% else %}
150- <tr {% for items in isLanding[6] %}{% if items === " m" %} class = " success " data-wb-tags =" isLanding" {% else %} data-wb-tags =" isPage" {% endif %}{% endfor %} >
145+ <tr {% for items in isLanding[6] %}{% if items === " m" %} data-wb-tags =" isLanding" {% else %} data-wb-tags =" isPage" {% endif %}{% endfor %} >
151146 <td data-wb-tags =" col_1" >
152147 <a href =" {{ entry.url }}" >{{ entry .data .title | safe }} </a ></td >
153148 <td data-wb-tags =" col_3" >
You can’t perform that action at this time.
0 commit comments