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

Commit 1a4b9307 authored by Manoj Nair's avatar Manoj Nair
Browse files

Merge branch '950-smartphone-selector-filter-content-correction' into 'master'

Smartphone selector filter content correction

Closes #950

See merge request e/documentation/user!1094
parents 782c4667 b28a9f78
Loading
Loading
Loading
Loading
+11 −9
Original line number Diff line number Diff line
@@ -91,10 +91,10 @@
              <label for="channel" class="label-selector"><b>/e/OS version</b></label>
              <select class="custom-select" id="channel" multiple>
                <option value="-1">All</option>
                <option value="stable">stable</option>
                <option value="beta">dev</option>
                <option value="official">Official</option>
                <option value="community">Community</option>
                <option value="test">test</option>
                <option value="unofficial">unofficial things</option>
                <option value="unofficial">unofficial</option>
              </select>
            </div>
            <div class="col-sm-2">
@@ -263,24 +263,26 @@
                {%- if device.build_version_stable -%}
                <li>
                  {%- if device.minimal_os %}
                  Minimal
                  <span style="font-size: 60%"> Minimal</span> <br />
                  {% endif %}
                  {{ device.build_version_stable | capitalize }}
                  {%- if device.is_beta %}
                  <sup>beta</sup>
                  <span style="font-size: 60%"> Beta</span> <br />
                  {%- endif %}
                  (official)
                  <span style="font-size: 60%"> Official</span> <br />
                 </li>
                {%- endif -%}

                {%- if device.build_version_dev -%}
                <li>
                  {%- if device.minimal_os %}
                  Minimal
                  <span style="font-size: 60%"> Minimal</span> <br />
                  {% endif %}
                  {{ device.build_version_dev | capitalize }}
                  {%- if device.is_beta %}
                  <sup>beta</sup>
                  <span style="font-size: 60%"> Beta</span> <br />
                  {% else %}
                  <span style="font-size: 60%"> Community</span> <br />
                  {%- endif %}
                </li>
                {%- endif -%}
+0 −2
Original line number Diff line number Diff line
@@ -144,9 +144,7 @@ $(document).ready(function () {

  addFilterSelector("brand", "brand");
  addFilterSelector("release", "release");
  addFilterSelector("region", "region");
  addFilterSelector("channel", "channel");
  addFilterSelector("maturity", "maturity");
  addFilterSelector("install", "install");
  addFilterSelector("device-type", "device-type", "device-type");
  addFilterSelector("legacy", "legacy", "legacy");