k6 links: https
Previously only http:// worked. QR-code is kept http://, as the stickers were generated such.
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
>
|
>
|
||||||
<td>
|
<td>
|
||||||
{% if item.shortener %}
|
{% if item.shortener %}
|
||||||
<a href="http://k6.ee/{{ item.shortener.slug }}">{{ item.shortener.slug }}</a>
|
<a href="https://k6.ee/{{ item.shortener.slug }}">{{ item.shortener.slug }}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td>{{ item.inventory.visibility }}</td>
|
<td>{{ item.inventory.visibility }}</td>
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
{% if item.shortener %}
|
{% if item.shortener %}
|
||||||
<a href="http://k6.ee/{{ item.shortener.slug }}">{{ item.shortener.slug }}</a>
|
<a href="https://k6.ee/{{ item.shortener.slug }}">{{ item.shortener.slug }}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td><a href="/m/inventory/{{ item._id }}/view">{{ item | format_name }} {{ item.comment }}</a></td>
|
<td><a href="/m/inventory/{{ item._id }}/view">{{ item | format_name }} {{ item.comment }}</a></td>
|
||||||
|
@@ -43,7 +43,7 @@
|
|||||||
<td>
|
<td>
|
||||||
{% if item.get("shortener").slug %}
|
{% if item.get("shortener").slug %}
|
||||||
{{ item.get("shortener", {}).get("slug") | qr_code }}
|
{{ item.get("shortener", {}).get("slug") | qr_code }}
|
||||||
<a href="http://k6.ee/{{ item.get("shortener").slug }}">
|
<a href="https://k6.ee/{{ item.get("shortener").slug }}">
|
||||||
k6.ee/{{ item.get("shortener").slug }}
|
k6.ee/{{ item.get("shortener").slug }}
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
<td>
|
<td>
|
||||||
{% if item.get("shortener").slug %}
|
{% if item.get("shortener").slug %}
|
||||||
{{ item.get("shortener", {}).get("slug") | qr_code }}
|
{{ item.get("shortener", {}).get("slug") | qr_code }}
|
||||||
<a href="http://k6.ee/{{ item.get("shortener").slug }}">
|
<a href="https://k6.ee/{{ item.get("shortener").slug }}">
|
||||||
k6.ee/{{ item.get("shortener").slug }}
|
k6.ee/{{ item.get("shortener").slug }}
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Reference in New Issue
Block a user