1
0

Moved sidebar rendering to layout

This commit is contained in:
cryptogopher
2019-12-27 23:54:27 +01:00
parent cc62ef1002
commit 61bd34fdc5
9 changed files with 4 additions and 32 deletions

View File

@@ -1,5 +1 @@
<h2><%= t ".heading" %></h2>
<% content_for :sidebar do %>
<%= render partial: 'body_trackers/sidebar' %>
<% end %>