We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8c08e commit db98138Copy full SHA for db98138
templates/project/index.html.twig
@@ -14,7 +14,7 @@
14
<div class="p-3 col align-self-stretch">
15
<div class="border h-100 project-item project-{{ state }} border-{{ state }} position-relative rounded-3">
16
<a class="btn h-100 w-100 align-middle d-flex flex-column" href="{{ path('project_show', {'id': project.id}) }}">
17
- <h2 class="flex-grow-1">{{ project.name }}</h2>
+ <h2 class="flex-grow-1 fs-4">{{ project.name }}</h2>
18
<p>{{ project.lastAnalyse ? project.lastAnalyse.date|date('d M Y - H:i') : 'No analyse available' }}</p>
19
</a>
20
{% if is_granted('PROJECT_EDIT', project) %}
0 commit comments