From e9923e55f3045648b3b235ebee2c6bcf7a9e2d7d Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 5 Sep 2023 18:27:01 +0200 Subject: [PATCH] appstore: add 'install with yunohost' button --- store/assets/horizontal-yunohost.svg | 38 ++++++++++++++++++++++++++++ store/templates/app.html | 10 ++++++-- 2 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 store/assets/horizontal-yunohost.svg diff --git a/store/assets/horizontal-yunohost.svg b/store/assets/horizontal-yunohost.svg new file mode 100644 index 00000000..9b9b4ec5 --- /dev/null +++ b/store/assets/horizontal-yunohost.svg @@ -0,0 +1,38 @@ + +image/svg+xml diff --git a/store/templates/app.html b/store/templates/app.html index e04c1c54..ce9ff0f2 100644 --- a/store/templates/app.html +++ b/store/templates/app.html @@ -45,7 +45,7 @@ {% if not user_starred_this_app %} {{ this_app_stars }} @@ -61,7 +61,7 @@ {% if infos["manifest"]["upstream"]["demo"] %} @@ -69,6 +69,12 @@ {% endif %} + + + Install
with
+ +
+

Current version: {{ infos["manifest"]["version"] }}