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

Commit a0c53b4c authored by Kumar Abhishek's avatar Kumar Abhishek
Browse files

_i18n/en/_includes/templates/guides/stock_revert.md

parent db315eaa
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
{% for el in device.install %}
  {%- if el.mode == "Roll-back" %}
    {% assign guides_titles = guides_titles | push: "Roll back to stock ROM" %}
    {% assign guides_titles = guides_titles | push: "Roll back to stock OS" %}

    {% capture stock_revert_content %}Return to the default operating system.{% endcapture %}
    {% assign guides_contents = guides_contents | push: stock_revert_content %}
@@ -20,6 +20,12 @@
        {% endcapture %}
        {% assign guides_links = guides_links | push: stock_revert_link %}
      {% endif %}
      {% if device.codename == "dreamlte" or device.codename == "dream2lte" %}
        {% capture stock_revert_link %}
          {{ "pages/revert_samsung_to_stock_on_windows" | relative_url }}
        {% endcapture %}
        {% assign guides_links = guides_links | push: stock_revert_link %}
      {% endif %}
      {% if device.codename == "lake" %}
        {% capture stock_revert_link %}
          {{ "pages/revert_motorola_to_stock_on_windows" | relative_url }}