Skip to content

Commit f56c9ca

Browse files
committed
fix title tag for ListAction
1 parent 6c64ae3 commit f56c9ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/app/list.html.twig

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{% set direction = 'rtl' %}
22
{% extends '@layout/default.html.twig' %}
33

4+
{% block title %}لیست کاربران{% endblock %}
45
{% block content %}
56
<div class="row">
67
<div class="col-md-12">

0 commit comments

Comments
 (0)