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

Commit 6ba1eecf authored by Manoj Nair's avatar Manoj Nair
Browse files

Merge branch '713-add-link-to-legacy-device-warning' into 'master'

Resolve "Add link to legacy device warning"

Closes #713

See merge request e/documentation/user!794
parents acc4ff7f 45ab180d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
              {% if device.legacy == "yes" %}
                 <span class="badge badge-pill badge-secondary">legacy</span>
                 <div class="h6">
                   {% include alerts/warning.html content="Devices marked as legacy will no longer receive any updates from the /e/OS team. In the future, some devices may still get updates with support from the community. More information about community support is available at https://doc.e.foundation/rom-maintainer" %}
                   {% include alerts/warning.html content="Devices marked as legacy will no longer receive any updates from the /e/OS team. In the future, some devices may still get updates with support from the community. More information about community support is available in this guide for [ROM Maintainers](https://doc.e.foundation/rom-maintainer)" %}
                 </div>
              {% endif %}
            </div>