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