Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d45425e authored by Pranav's avatar Pranav
Browse files

reverted column additions

parent 0aaa007c
Loading
Loading
Loading
Loading
+1 −17
Original line number Diff line number Diff line
@@ -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: " " -%}
@@ -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 %}