Loading htdocs/_i18n/en/_includes/templates/guides/stock_revert.md +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 %} Loading @@ -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 }} Loading Loading
htdocs/_i18n/en/_includes/templates/guides/stock_revert.md +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 %} Loading @@ -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 }} Loading