From 7116826b854188604e21e2a613ac6672b6fd81f3 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Mon, 8 Sep 2025 21:21:56 +0200 Subject: Create Target and nutrient target table on dashboard. --- app/views/nutrient_measurements/new.html.erb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app/views/nutrient_measurements/new.html.erb (limited to 'app/views/nutrient_measurements/new.html.erb') diff --git a/app/views/nutrient_measurements/new.html.erb b/app/views/nutrient_measurements/new.html.erb new file mode 100644 index 0000000..82a913e --- /dev/null +++ b/app/views/nutrient_measurements/new.html.erb @@ -0,0 +1,11 @@ +<% content_for :title, "Ajouter un Relevé" %> + +

Ajouter un Relevé

+ +<%= render "form", nutrient_measurement: @nutrient_measurement %> + +
+ +
+ <%= link_to "Retour", root_path, class: "btn btn-secondary" %> +
-- cgit v1.2.3