mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 09:12:11 +01:00 
			
		
		
		
	apps: display appstore badges based on UA
* on iPhone, only AppStore badge displays * on Android, only PlayStore badge displays * on any other platform, both display
This commit is contained in:
		@@ -41,14 +41,18 @@ SPDX-License-Identifier: GPL-2.0-or-later
 | 
			
		||||
        </form>
 | 
			
		||||
 | 
			
		||||
        <div class="text-center mt-4">
 | 
			
		||||
            {% if display_appstore_badge %}
 | 
			
		||||
            <a href="https://apps.apple.com/fr/app/la-note-kfet/id6754661723" class="d-inline-block mx-1" aria-label="{% trans 'Download on the AppStore' %}" style="cursor: pointer;">
 | 
			
		||||
                <img src="/static/img/appstore_badge_fr.svg"
 | 
			
		||||
                     alt="{% trans 'Download on the AppStore' %}" style="height: 50px;">
 | 
			
		||||
            </a>
 | 
			
		||||
            {% endif %}
 | 
			
		||||
            {% if display_playstore_badge %}
 | 
			
		||||
            <a href="https://play.google.com/store/apps/details?id=org.crans.bde.note&hl=fr" class="d-inline-block mx-1" aria-label="{% trans 'Get it on Google Play' %}" style="cursor: pointer;">
 | 
			
		||||
                <img src="/static/img/playstore_badge_fr.svg"
 | 
			
		||||
                     alt="{% trans 'Get it on Google Play' %}" style="height: 50px;">
 | 
			
		||||
            </a>
 | 
			
		||||
            {% endif %}
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
</div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user