Skip to content

Commit 1677367

Browse files
committed
Update body tag
1 parent c94b6d4 commit 1677367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/layouts/application.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<script type="text/javascript">window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
2828
<%= yield :head %>
2929
</head>
30-
<%= tag.body do %>
30+
<body>
3131
<%= yield :top %>
3232
<%= render "application/header" %>
3333
<main class="">
@@ -36,5 +36,5 @@
3636
<%= yield %>
3737
</main>
3838
<%= render "application/footer" %>
39-
<% end %>
39+
</body>
4040
</html>

0 commit comments

Comments
 (0)