blob: a954e4c1eac0fecfee4fbff049909086b4a3c035 (
plain)
1
2
3
4
5
6
7
8
9
|
<h1 class="display-1">Ferti</h1>
<%= render "nutrient_target_table", nutrient_profiles: @nutrient_profiles %>
<%#= render "raft_allocation" %>
<%#= render "target_table" %>
<%= render "nutrient_measurements_table" %>
|