Loading htdocs/_i18n/en/pages/devices.html +1 −17 Original line number Diff line number Diff line Loading @@ -279,8 +279,6 @@ <th scope="col">Display<br />size</th> <th scope="col">Removable<br />(battery)</th> <th scope="col">SIM<br />slots</th> <th scope="col">Bootloader<br />Relocking</th> <th scope="col">Verified<br />Boot</th> </tr> </thead> {%- assign devices = "" | split: " " -%} Loading Loading @@ -428,20 +426,6 @@ {% endif %} {% endif %} </td> <td class="bootloader_relocking"> {% if device.bootloader_relocking %} <a href="{{ device.codename }}">See supported vendors</a> {% else %} Not Possible {% endif %} </td> <td class="verified_boot"> {% if device.verified_boot %} <a href="{{ device.codename }}">See supported vendors</a> {% else %} Not Possible {% endif %} </td> </tr> {% endfor %} {%- endfor %} Loading Loading
htdocs/_i18n/en/pages/devices.html +1 −17 Original line number Diff line number Diff line Loading @@ -279,8 +279,6 @@ <th scope="col">Display<br />size</th> <th scope="col">Removable<br />(battery)</th> <th scope="col">SIM<br />slots</th> <th scope="col">Bootloader<br />Relocking</th> <th scope="col">Verified<br />Boot</th> </tr> </thead> {%- assign devices = "" | split: " " -%} Loading Loading @@ -428,20 +426,6 @@ {% endif %} {% endif %} </td> <td class="bootloader_relocking"> {% if device.bootloader_relocking %} <a href="{{ device.codename }}">See supported vendors</a> {% else %} Not Possible {% endif %} </td> <td class="verified_boot"> {% if device.verified_boot %} <a href="{{ device.codename }}">See supported vendors</a> {% else %} Not Possible {% endif %} </td> </tr> {% endfor %} {%- endfor %} Loading