From 95c09e9cf38f14ffdd5d9b7eed4304e9ed4d8faa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Benavente?= Date: Mon, 18 Mar 2024 15:50:45 -0300 Subject: [PATCH] Add missing translatables at index view --- app/views/application/index.haml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app/views/application/index.haml b/app/views/application/index.haml index 722fc2e2..0e8759eb 100644 --- a/app/views/application/index.haml +++ b/app/views/application/index.haml @@ -10,7 +10,8 @@ %p = t("application.index.community.description") %p - %a.btn-important{ href: play_path, role: "button" } Play » + %a.btn-important{ href: play_path, role: "button" } + = t("application.index.community.play-button") .col-lg-4 = image_tag "index/competition.png", :class => "img-fluid" %h2 @@ -18,7 +19,8 @@ %p = t("application.index.competition.description") %p - %a.btn-important{ href: seasons_path, role: "button" } Seasons » + %a.btn-important{ href: seasons_path, role: "button" } + = t("application.index.competition.seasons-button") .col-lg-4 = image_tag "index/reliability.png", :class => "img-fluid" %h2 @@ -26,7 +28,8 @@ %p = t("application.index.reliability.description") %p - %a.btn-important{ href: about_path, role: "button" } About Us » + %a.btn-important{ href: about_path, role: "button" } + = t("application.index.reliability.about-us-button") #recent.mt-5 - if @recent_sessions&.any?