Skip to content

Commit

Permalink
Merge branch 'master' into improvement/console-user
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienHarper committed Mar 31, 2022
2 parents 96bc3c1 + 8ddfa75 commit 2245997
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Resources/views/Audit/audits.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{% block dh_auditor_content %}
<div class="auditor-audits mb-6 grid grid-cols-3 gap-4">
{% for entity, table in audited %}
<div class="bg-white overflow-hidden rounded border border-gray-200 hover:bg-blue-50 hover:border-blue-300 transition-all duration-300 group">
<div class="bg-white overflow-hidden rounded border border-gray-200 hover:bg-blue-50 hover:border-blue-300 transition-all duration-300 group flex flex-col justify-between">
<div class="px-4 py-3 sm:px-4">
<h3 class="text-lg leading-6 text-gray-900">
<code class="text-pink-500">{{ entity|escape }}</code>
Expand Down
4 changes: 2 additions & 2 deletions src/translations/auditor.nl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ audit:
new_value: Nieuwe waarde
transaction: Transactie
entity_per_entity: (entiteit per entiteit)
operations_count: '%count% operation(s)'
operations_count: '%count% bewerking(en)'
summary:
inserted: >-
<code class="text-pink-500">
<a href="%source_link%" class="code">%source%</a>
</code>
<em>%source_label%</em> is <b>ingevoegd</b> door <b>%user%</b> %ip%
<em>%source_label%</em> is <b>aangemaakt</b> door <b>%user%</b> %ip%
updated: >-
<code class="text-pink-500">
<a href="%source_link%" class="code">%source%</a>
Expand Down

0 comments on commit 2245997

Please sign in to comment.