Skip to content
Snippets Groups Projects
Commit 79b09bb4 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Add default start for cert filename if the cert is nameless

parent 893da3ce
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
{%- endif %} {%- endif %}
<li> <li>
<a href="{{ cert.url }}"><i class="fa fa-download"></i>{{ cert.name }} <a href="{{ cert.url }}"><i class="fa fa-download"></i>{{ cert.name | default('cert') }}
{#- #}{% if cert.signing %}-signing{% endif %} {#- #}{% if cert.signing %}-signing{% endif %}
{#- #}{% if cert.encryption %}-encryption{% endif %}.pem {#- #}{% if cert.encryption %}-encryption{% endif %}.pem
{#- #}{% if cert.prefix %} ({% trans %}new{% endtrans %}){% endif %}</a> {#- #}{% if cert.prefix %} ({% trans %}new{% endtrans %}){% endif %}</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment