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

Commit c94a7cb4 authored by Manoj Nair's avatar Manoj Nair
Browse files

device upgrade details added

parent 21990711
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -8,10 +8,19 @@
      <br>
      <div class="tile is-child is-8" id="install">
        <h3 class="title is-4 is-spaced">Install</h3>
        <p class="subtitle is-6">To get the latest /e/OS build for your {{ device.vendor }} {{ device.name }} - "{{ device.codename }}" <a href="{{ "devices/" | append: device.codename | append: "/install" | relative_url }}"> click here</a> </p>
        <p class="subtitle is-6">To update to a newer version of the /e/OS on your {{ device.vendor }} {{ device.name }} - "{{ device.codename }}" <a href="{{ "devices/" | append: device.codename | append: "/install" | relative_url }}"> click here</a> </p>
      </div>
      <br>
      <br>
      {% if device.upgrade_available %}
      <div class="tile is-child is-8" id="upgrade">
        <h3 class="title is-4 is-spaced">Upgrade</h3>
        <p class="subtitle is-6">To upgrade to a higher version of the e/OS version for your {{ device.vendor }} {{ device.name }} - "{{ device.codename }}" <a href="{{ "devices/" | append: device.codename | append: "/upgrade" | relative_url }}"> click here</a> </p>
        <small>(For e.g. {{ device.versions }} -> {{ device.upgrade_available }})</small>
      </div>
      <br>
      <br>
      {% endif %}
      <div class="tile is-child is-8" id="build">
        <h3 class="title is-4 is-spaced">Build</h3>
        <p class="subtitle is-6">Want to build the /e/OS for the {{ device.vendor }} {{ device.name }} - {{ device.codename }} ? <a href="{{ site.baseurl }}/how-tos/build-e"> Click here</a></p>