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

Commit de05ba15 authored by Romain Hunault's avatar Romain Hunault
Browse files

Add beta mention for OnePlus 7

parent 58328bfb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ versions: [pie]
status: [dev]
recovery_install_method: fastboot_nexus
is_ab_device: true
is_beta: true
#root_method: []
#models: []
#before_install:
+1 −1
Original line number Diff line number Diff line
{% assign device = site.data.devices[page.device] %}

# {{ device.vendor }} {{ device.name }} - "{{ device.codename }}"
# {{ device.vendor }} {{ device.name }} - "{{ device.codename }}" {%- if device.is_beta %} (beta) {%- endif %}

## Device informations

+1 −1
Original line number Diff line number Diff line
{% assign device = site.data.devices[page.device] %}

# Install /e/ on a {{ device.vendor }} {{ device.name }} - "{{ device.codename }}"
# Install /e/ on a {{ device.vendor }} {{ device.name }} - "{{ device.codename }}" {%- if device.is_beta %} (beta) {%- endif %}

{% include warning_read_before.md %}

+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ search: exclude
| Vendor | Name | Codename |
|--------|------|----------|
{%- endif %}
| {{device.vendor}} | {{device.name}} | [{{device.codename}}]({{device.codename}}) |
| {{device.vendor}} | {{device.name}} {%- if device.is_beta %} (beta) {%- endif %} | [{{device.codename}}]({{device.codename}}) |

{%- endfor %}