1
0
This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
body_tracking/app/views/meals/index.html.erb
cryptogopher e78803e474 Added MealsController#new and form autocomplete for Food
Renamed QuantityColumn -> Exposure
2020-04-15 23:42:58 +02:00

12 lines
197 B
Plaintext

<div class="contextual">
<%= render partial: 'meals/contextual' %>
</div>
<div id="new-meal">
</div>
<h2><%= t ".heading" %></h2>
<div id='meals'>
<%= render partial: 'meals/index' %>
</div>