Skip to content

Commit

Permalink
light design fix (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Klee-scoisne authored Oct 4, 2023
1 parent 0d8c08e commit db98138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/project/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="p-3 col align-self-stretch">
<div class="border h-100 project-item project-{{ state }} border-{{ state }} position-relative rounded-3">
<a class="btn h-100 w-100 align-middle d-flex flex-column" href="{{ path('project_show', {'id': project.id}) }}">
<h2 class="flex-grow-1">{{ project.name }}</h2>
<h2 class="flex-grow-1 fs-4">{{ project.name }}</h2>
<p>{{ project.lastAnalyse ? project.lastAnalyse.date|date('d M Y - H:i') : 'No analyse available' }}</p>
</a>
{% if is_granted('PROJECT_EDIT', project) %}
Expand Down

0 comments on commit db98138

Please sign in to comment.