final class changed for entity asideActivity + css fixed for record_action buttons

This commit is contained in:
Julie Lenaerts 2021-08-19 09:51:51 +02:00
parent 39e8af48b4
commit 8b30652b6b
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ use Symfony\Component\Validator\Constraints as Assert;
* @ORM\Entity * @ORM\Entity
* @ORM\Table(schema="chill_asideactivity") * @ORM\Table(schema="chill_asideactivity")
*/ */
final class AsideActivity implements TrackUpdateInterface, TrackCreationInterface class AsideActivity implements TrackUpdateInterface, TrackCreationInterface
{ {
/** /**
* @ORM\Id * @ORM\Id

View File

@ -23,7 +23,7 @@
{%- endif -%} {%- endif -%}
</td> </td>
<td> <td>
<ul class="record_actions sticky-form-buttons"> <ul class="record_actions">
<li> <li>
<a href="{{ path('chill_crud_aside_activity_category_edit', { 'id': entity.id }) }}" class="btn btn-edit" title="{{ 'edit'|trans }}"></a> <a href="{{ path('chill_crud_aside_activity_category_edit', { 'id': entity.id }) }}" class="btn btn-edit" title="{{ 'edit'|trans }}"></a>
</li> </li>