diff options
Diffstat (limited to 'app/views/dashboard/index.html.erb')
-rw-r--r-- | app/views/dashboard/index.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/dashboard/index.html.erb b/app/views/dashboard/index.html.erb index b8f9145..a954e4c 100644 --- a/app/views/dashboard/index.html.erb +++ b/app/views/dashboard/index.html.erb @@ -1,9 +1,9 @@ <h1 class="display-1">Ferti</h1> -<%= render "nutrient_profile_allocator", nutrient_profiles: @nutrient_profiles %> +<%= render "nutrient_target_table", nutrient_profiles: @nutrient_profiles %> <%#= render "raft_allocation" %> <%#= render "target_table" %> -<%#= render "nutrient_measurements" %> +<%= render "nutrient_measurements_table" %> |