diff --git a/app/views/dashboard/show.html.haml b/app/views/dashboard/show.html.haml index df568ae00..5069e2b2e 100644 --- a/app/views/dashboard/show.html.haml +++ b/app/views/dashboard/show.html.haml @@ -1,5 +1,8 @@ - title t('homepage.title') +.alert.alert-dark.mb-0.text-center + We’re beyond proud to launch our first-ever Impact Report, which you can read here - impact-report-22.codebar.io + .homepage-hero.d-flex.align-items-center .container.d-flex .col-md-5.offset-md-1.p-3.text diff --git a/app/views/layouts/_footer.html.haml b/app/views/layouts/_footer.html.haml index 8ab3b26d9..6a634b568 100644 --- a/app/views/layouts/_footer.html.haml +++ b/app/views/layouts/_footer.html.haml @@ -11,6 +11,7 @@ .col-sm-12.col-md-6.col-lg-3 %ul.list-unstyled.ml-0 + %li= link_to 'Impact Report 2022', "https://impact-report-22.codebar.io/" %li= link_to t("navigation.code_of_conduct"), code_of_conduct_path %li= link_to t("navigation.breach_code_of_conduct"), breach_code_of_conduct_path %li= link_to t("navigation.coach_guide"), teaching_guide_path