Fix some issues
This commit is contained in:
@@ -87,8 +87,8 @@
|
||||
<hr>
|
||||
<div class="border-start p-3">
|
||||
<div class="card">
|
||||
<div class="card-body">{{ app.user.mainGroup.motd | raw }}</div>
|
||||
<div class="card-footer">{% trans %}title_last_update{% endtrans %} : {{ app.user.mainGroup.motdUpdatedAt | date('_datetime.format'|trans) }}</div>
|
||||
<div class="card-body">{{ group.motd | raw }}</div>
|
||||
<div class="card-footer">{% trans %}title_last_update{% endtrans %} : {{ group.motdUpdatedAt | date('_datetime.format'|trans) }}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}{% trans %}title_directory_list{% endtrans %}{% endblock %}
|
||||
{% block subtitle %}{% trans %}title_directory_list{% endtrans %}{% if app.user.hasPermission('group_administrate') %} <a href="{{ path('directory_create') }}"><span class="badge rounded-pill bg-success"><i class="fa fa-plus"></i> {% trans %}button_create{% endtrans %}</span></a>{% endif %}{% endblock %}
|
||||
{% block subtitle %}{% trans %}title_directory_list{% endtrans %}{% if app.user.hasPermission('directory_create') %} <a href="{{ path('directory_create') }}"><span class="badge rounded-pill bg-success"><i class="fa fa-plus"></i> {% trans %}button_create{% endtrans %}</span></a>{% endif %}{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user