Loading htdocs/_includes/templates/device_downloads.md +9 −1 Original line number Diff line number Diff line Loading @@ -73,12 +73,20 @@ Flash this [patch]({{ device.additional_downloads.additional_patch }}) on your { [//]: # ( Build type related ) {% assign security_patch = '' %} {% assign security_patch_dev = '' %} {% if device.security_patch_date %} {% assign security_patch = '(Security patch: ' | append: device.security_patch_date | append: ')' %} {%- endif %} {% if device.security_patch_date_dev %} {% assign security_patch_dev = '(Security patch: ' | append: device.security_patch_date_dev | append: ')' %} {%- else %} {% assign security_patch_dev = security_patch %} {%- endif %} {% if device.build_version_dev %} - /e/OS build : [{{ device.build_version_dev }} community](https://images.ecloud.global/dev/{{ device.codename }}) {{ security_patch }} - /e/OS build : [{{ device.build_version_dev }} community](https://images.ecloud.global/dev/{{ device.codename }}) {{ security_patch_dev }} {%- endif %} Loading Loading
htdocs/_includes/templates/device_downloads.md +9 −1 Original line number Diff line number Diff line Loading @@ -73,12 +73,20 @@ Flash this [patch]({{ device.additional_downloads.additional_patch }}) on your { [//]: # ( Build type related ) {% assign security_patch = '' %} {% assign security_patch_dev = '' %} {% if device.security_patch_date %} {% assign security_patch = '(Security patch: ' | append: device.security_patch_date | append: ')' %} {%- endif %} {% if device.security_patch_date_dev %} {% assign security_patch_dev = '(Security patch: ' | append: device.security_patch_date_dev | append: ')' %} {%- else %} {% assign security_patch_dev = security_patch %} {%- endif %} {% if device.build_version_dev %} - /e/OS build : [{{ device.build_version_dev }} community](https://images.ecloud.global/dev/{{ device.codename }}) {{ security_patch }} - /e/OS build : [{{ device.build_version_dev }} community](https://images.ecloud.global/dev/{{ device.codename }}) {{ security_patch_dev }} {%- endif %} Loading