diff --git a/src/Bundle/ChillActivityBundle/Resources/public/chill/chillactivity.scss b/src/Bundle/ChillActivityBundle/Resources/public/chill/chillactivity.scss index 8b88f0e78..5c1c83d06 100644 --- a/src/Bundle/ChillActivityBundle/Resources/public/chill/chillactivity.scss +++ b/src/Bundle/ChillActivityBundle/Resources/public/chill/chillactivity.scss @@ -34,6 +34,8 @@ p.date-label { font-size: 18pt; } div.dashboard, +h4.badge-title, +h3.badge-title, h2.badge-title { ul.list-content { font-size: 70%; diff --git a/src/Bundle/ChillMainBundle/Resources/public/vuejs/HomepageWidget/MyWorks.vue b/src/Bundle/ChillMainBundle/Resources/public/vuejs/HomepageWidget/MyWorks.vue index 0e3d6c4e3..c9c35c518 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/vuejs/HomepageWidget/MyWorks.vue +++ b/src/Bundle/ChillMainBundle/Resources/public/vuejs/HomepageWidget/MyWorks.vue @@ -1,17 +1,41 @@ + {{ $t('my_works.title') }} + # + {{ $t('StartDate') }} + {{ $t('SocialAction') }} + - + + {{ i+1 }} + {{ $d(w.startDate.datetime, 'short') }} + + + + + {{ w.socialAction.text }} + + + + + + {{ $t('show_entity', { entity: getEntityName(w) }) }} + + + + diff --git a/src/Bundle/ChillMainBundle/Resources/public/vuejs/HomepageWidget/js/i18n.js b/src/Bundle/ChillMainBundle/Resources/public/vuejs/HomepageWidget/js/i18n.js index 603d464da..38ea5487a 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/vuejs/HomepageWidget/js/i18n.js +++ b/src/Bundle/ChillMainBundle/Resources/public/vuejs/HomepageWidget/js/i18n.js @@ -26,7 +26,12 @@ const appMessages = { Entity: "Associé à", show_entity: "Voir {entity}", the_activity: "l'échange", - the_course: "le parcours" + the_course: "le parcours", + the_action: "l'action", + StartDate: "Date d'ouverture", + SocialAction: "Action d'accompagnement", + + } }; diff --git a/src/Bundle/ChillPersonBundle/Resources/public/chill/scss/badge.scss b/src/Bundle/ChillPersonBundle/Resources/public/chill/scss/badge.scss index e8a98bc80..365074d05 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/chill/scss/badge.scss +++ b/src/Bundle/ChillPersonBundle/Resources/public/chill/scss/badge.scss @@ -80,6 +80,8 @@ div.dashboard { } } div.dashboard, +h4.badge-title, +h3.badge-title, h2.badge-title { display: flex; flex-direction: row; @@ -128,6 +130,8 @@ ul.columns { // XS:1 SM:2 MD:1 LG:2 XL:2 XXL:2 /// dashboard_like_badge in AccompanyingCourse Work list Page div[class*='accompanying_course_work'] { div.dashboard, + h4.badge-title, + h3.badge-title, h2.badge-title { span.title_label { // Calculate same color then border:groove @@ -143,6 +147,8 @@ div[class*='accompanying_course_work'] { /// dashboard_like_badge in Activities on resume page div[class*='activity-'] { div.dashboard, + h4.badge-title, + h3.badge-title, h2.badge-title { span.title_label { // Calculate same color then border:groove