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>