diff --git a/src/Bundle/ChillPersonBundle/Resources/views/Workflow/_evaluation_document.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/Workflow/_evaluation_document.html.twig
index 398b5221e..2e05a6648 100644
--- a/src/Bundle/ChillPersonBundle/Resources/views/Workflow/_evaluation_document.html.twig
+++ b/src/Bundle/ChillPersonBundle/Resources/views/Workflow/_evaluation_document.html.twig
@@ -3,7 +3,7 @@
-
{{ doc.title }}
git st
+ {{ doc.title }}
@@ -118,11 +118,11 @@
{% if is_granted('CHILL_MAIN_ACCOMPANYING_PERIOD_WORK_UPDATE', evaluation.accompanyingPeriodWork) %}
- {{ m.download_button(doc.storedObject, doc.title) }}
- {# {% if chill_document_is_editable(doc.storedObject) %} #}
+ {% if chill_document_is_editable(doc.storedObject) %}
-
{{ doc.storedObject|chill_document_edit_button }}
- {# {% endif %} #}
+ {% endif %}
-
{{ 'Show'|trans }}