Skip to content

Commit

Permalink
Add missing translatables at index view
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Mar 18, 2024
1 parent 23ef6b3 commit 95c09e9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions app/views/application/index.haml
Expand Up @@ -10,23 +10,26 @@
%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
= t("application.index.competition.title")
%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
= t("application.index.reliability.title")
%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?
Expand Down

0 comments on commit 95c09e9

Please sign in to comment.