diff --git a/app/views/body_trackers/index.html.erb b/app/views/body_trackers/index.html.erb index dcec405..c4eb811 100644 --- a/app/views/body_trackers/index.html.erb +++ b/app/views/body_trackers/index.html.erb @@ -1 +1 @@ -

<%= t ".heading" %>

+<%= title t(:body_trackers_title), t(".heading") %> diff --git a/app/views/foods/index.html.erb b/app/views/foods/index.html.erb index 94f72bd..9d6fe0e 100644 --- a/app/views/foods/index.html.erb +++ b/app/views/foods/index.html.erb @@ -9,7 +9,7 @@
-

<%= t ".heading" %>

+<%= title t(:body_trackers_title), t(".heading") %>
<%= render partial: 'foods/index' %>
diff --git a/app/views/foods/nutrients.html.erb b/app/views/foods/nutrients.html.erb index fd1d212..9acabf9 100644 --- a/app/views/foods/nutrients.html.erb +++ b/app/views/foods/nutrients.html.erb @@ -9,7 +9,7 @@
-

<%= t ".heading" %>

+<%= title t(:body_trackers_title), t(".heading") %>
<%= render partial: 'foods/nutrients' %>
diff --git a/app/views/layouts/_sidebar.html.erb b/app/views/layouts/_sidebar.html.erb index eec614a..18445a8 100644 --- a/app/views/layouts/_sidebar.html.erb +++ b/app/views/layouts/_sidebar.html.erb @@ -1,4 +1,3 @@ -

<%= t ".heading_body_trackers" %>