blob: 82a913ef015296028786ba91cb808c8de0c09c35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<% content_for :title, "Ajouter un Relevé" %>
<h1 class="display-1">Ajouter un Relevé</h1>
<%= render "form", nutrient_measurement: @nutrient_measurement %>
<br>
<div>
<%= link_to "Retour", root_path, class: "btn btn-secondary" %>
</div>
|