summaryrefslogtreecommitdiff
path: root/app/views/dashboard/index.html.erb
diff options
context:
space:
mode:
authorMarius Peter <dev@marius-peter.com>2025-09-08 21:21:56 +0200
committerMarius Peter <dev@marius-peter.com>2025-09-08 21:21:56 +0200
commit7116826b854188604e21e2a613ac6672b6fd81f3 (patch)
tree33150bf2e04e69b8e1fa7d37901d2643b1955534 /app/views/dashboard/index.html.erb
parent8ba568ae0ebe715b5da453681eb141886f1977a8 (diff)
Create Target and nutrient target table on dashboard.
Diffstat (limited to 'app/views/dashboard/index.html.erb')
-rw-r--r--app/views/dashboard/index.html.erb4
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" %>
Copyright 2019--2025 Marius PETER