backports murph-skeleton

This commit is contained in:
Simon Vieille 2022-02-20 23:06:55 +01:00
parent f260ae4be6
commit fb94937672
2 changed files with 24 additions and 0 deletions

View file

@ -41,6 +41,8 @@
"Disable URL": "Désactiver l'URL"
"Enable analytics": "Activer les analyses"
"Analytics": "Analyses"
"Referers": "Référents"
"Views": "Vues"
"Controller": "Contrôleur"
"Leave blank for automatic generation": "Laisser vide pour une génération automatique"
"Leave blank to use the default one. Example: App\\Controller\\FooController::barAction": "Laisser vide pour utiliser celui par défaut. Exemple : App\\Controller\\FooController::barAction"

View file

@ -56,6 +56,17 @@
<td>{{ path }}</td>
<td class="text-right">{{ views }}</td>
</tr>
{% else %}
<tr>
<td class="col-12 text-center p-4 text-black-50" colspan="2">
<div class="display-1">
<span class="fa fa-search"></span>
</div>
<div class="display-5 mt-3">
{{ 'No result'|trans }}
</div>
</td>
</tr>
{% endfor %}
</tbody>
</table>
@ -96,6 +107,17 @@
</details>
</td>
</tr>
{% else %}
<tr>
<td class="col-12 text-center p-4 text-black-50" colspan="2">
<div class="display-1">
<span class="fa fa-search"></span>
</div>
<div class="display-5 mt-3">
{{ 'No result'|trans }}
</div>
</td>
</tr>
{% endfor %}
</tbody>
</table>