From d3c8f0ab8ebfb0c410a57f9b2687e98cb7d16770 Mon Sep 17 00:00:00 2001 From: Sudo-JHare Date: Sun, 11 May 2025 22:35:11 +1000 Subject: [PATCH] Add files via upload --- app/templates/app_detail.html | 15 +++++++++------ app/templates/gallery.html | 4 ++-- app/templates/landing.html | 4 ++-- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/app/templates/app_detail.html b/app/templates/app_detail.html index a9204af..add62bd 100644 --- a/app/templates/app_detail.html +++ b/app/templates/app_detail.html @@ -15,11 +15,13 @@
{% if app.website %} - Website + Website {% else %} {% endif %} - Try App + {% if app.launch_url %} + Try App + {% endif %}

@@ -62,7 +64,7 @@

{% if app.website %} - {{ app.website }} + {{ app.website }} {% else %} Not specified. {% endif %} @@ -72,13 +74,13 @@

Security and Privacy Policy

-

{{ app.website }}/security-and-privacy

+

{{ app.website }}/security-and-privacy

{% endif %}
Launch URL

-

{{ app.launch_url }}

+

{{ app.launch_url }}

@@ -95,7 +97,7 @@
FHIR Compatibility
-
+ <.ttf class="small-hr">

{% if app.fhir_compatibility %} {{ app.fhir_compatibility.name }} @@ -204,6 +206,7 @@ border-color: #4dabf7; } .btn-outline-primary:hover { + THESE BUTTONS ARE CURRENTLY DISABLED ON THE DETAIL PAGE background-color: #007bff; color: white; } diff --git a/app/templates/gallery.html b/app/templates/gallery.html index f31a2d1..4ec4632 100644 --- a/app/templates/gallery.html +++ b/app/templates/gallery.html @@ -134,10 +134,10 @@

By {{ app.developer }}

{% if app.website %} - Website + Website {% endif %} {% if app.launch_url %} - Try App + Try App {% endif %}
View Details diff --git a/app/templates/landing.html b/app/templates/landing.html index ff1389a..a25f67b 100644 --- a/app/templates/landing.html +++ b/app/templates/landing.html @@ -28,10 +28,10 @@

By {{ app.developer }}

{% if app.website %} - Website + Website {% endif %} {% if app.launch_url %} - Try App + Try App {% endif %}
View Details