diff --git a/src/Bundle/ChillActivityBundle/Resources/views/Activity/list.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/Activity/list.html.twig
index 7ae24fa4b..f8b68eabd 100644
--- a/src/Bundle/ChillActivityBundle/Resources/views/Activity/list.html.twig
+++ b/src/Bundle/ChillActivityBundle/Resources/views/Activity/list.html.twig
@@ -2,10 +2,12 @@
{% if is_granted('CHILL_ACTIVITY_SEE_DETAILS', activity) %}
{% if no_action is not defined or no_action == false %}
- {{ 'notification.Notify'|trans }}
+ }) }}">
+
+ {{ 'notification.Notify'|trans }}
{% endif %}
{% if context == 'person' and activity.accompanyingPeriod is not empty %}
diff --git a/src/Bundle/ChillActivityBundle/Resources/views/Activity/show.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/Activity/show.html.twig
index d133041a0..ccde41b42 100644
--- a/src/Bundle/ChillActivityBundle/Resources/views/Activity/show.html.twig
+++ b/src/Bundle/ChillActivityBundle/Resources/views/Activity/show.html.twig
@@ -205,8 +205,7 @@
-
-
+
{{ 'notification.Notify'|trans }}
diff --git a/src/Bundle/ChillActivityBundle/Resources/views/Activity/showPerson.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/Activity/showPerson.html.twig
index 4723edf27..e593b0131 100644
--- a/src/Bundle/ChillActivityBundle/Resources/views/Activity/showPerson.html.twig
+++ b/src/Bundle/ChillActivityBundle/Resources/views/Activity/showPerson.html.twig
@@ -28,8 +28,7 @@
{% endblock %}
diff --git a/src/Bundle/ChillMainBundle/Resources/public/chill/scss/buttons.scss b/src/Bundle/ChillMainBundle/Resources/public/chill/scss/buttons.scss
index 1eb437a2a..4c2f01a69 100644
--- a/src/Bundle/ChillMainBundle/Resources/public/chill/scss/buttons.scss
+++ b/src/Bundle/ChillMainBundle/Resources/public/chill/scss/buttons.scss
@@ -21,7 +21,7 @@ $chill-theme-buttons: (
"download": $gray-300,
"cancel": $gray-300,
"choose": $gray-300,
- "notify": $gray-300,
+ "notify": $chill-blue,
"unlink": $chill-red,
"tpchild": $chill-pink,
);
diff --git a/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/EntityWorkflow/ListWorkflowModal.vue b/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/EntityWorkflow/ListWorkflowModal.vue
index 0a0539ee3..d82553253 100644
--- a/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/EntityWorkflow/ListWorkflowModal.vue
+++ b/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/EntityWorkflow/ListWorkflowModal.vue
@@ -1,7 +1,7 @@
{{ countWorkflows }}
{{ $t('workflows') }}
@@ -100,8 +100,8 @@ export default {
messages: {
fr: {
workflow_list: "Liste des workflows",
- workflow: " workflow",
- workflows: " workflows",
+ workflow: " workflow associƩ",
+ workflows: " workflows associƩs",
}
}
}
diff --git a/src/Bundle/ChillMainBundle/Resources/views/Notification/create.html.twig b/src/Bundle/ChillMainBundle/Resources/views/Notification/create.html.twig
index ce5934e52..f15380083 100644
--- a/src/Bundle/ChillMainBundle/Resources/views/Notification/create.html.twig
+++ b/src/Bundle/ChillMainBundle/Resources/views/Notification/create.html.twig
@@ -20,6 +20,8 @@
{{ form_row(form.title, { 'label': 'notification.subject'|trans }) }}
{{ form_row(form.addressees, { 'label': 'notification.sent_to'|trans }) }}
+
+ {% include handler.template(notification) with handler.templateData(notification) %}
{{ form_label(form.message) }}
@@ -28,8 +30,6 @@
- {% include handler.template(notification) with handler.templateData(notification) %}
-
{{ form_end(form) }}