mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 01:43:13 +00:00
Make @bbn happy
This commit is contained in:
@@ -159,9 +159,11 @@
|
||||
<tr>
|
||||
<td>{{ loop.index }}</td>
|
||||
<td>
|
||||
{% if call['type'] != 'fetch' %}<strong>{% endif %}
|
||||
{% if call['type'] != 'fetch' %}
|
||||
<strong>{{ call['type'] }}</strong>
|
||||
{% else %}
|
||||
{{ call['type'] }}
|
||||
{% if call['type'] != 'fetch' %}</strong>{% endif %}
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>{{ call['key'] }}</td>
|
||||
<td>{% if call['hit'] %}HIT{% else %}<strong>MISS</strong>{% endif %}</td>
|
||||
|
Reference in New Issue
Block a user