1
0

Set page title same as heading

This commit is contained in:
cryptogopher
2021-01-18 21:38:53 +01:00
parent 2a8f60be36
commit 503f393f68
14 changed files with 15 additions and 16 deletions

View File

@@ -5,7 +5,7 @@
<div id="new-meal">
</div>
<h2><%= t ".heading" %></h2>
<%= title t(:body_trackers_title), t(".heading") %>
<div id='meals'>
<%= render partial: 'meals/index' %>
</div>