From fea9476a591559bd8fdcf17b64e5114c592a5b08 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Mon, 11 Nov 2024 16:55:14 +0100 Subject: C'est l'heure d'assurer le suivi de quelques flacons! --- app/views/wines/show.html.erb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/views/wines/show.html.erb (limited to 'app/views/wines/show.html.erb') diff --git a/app/views/wines/show.html.erb b/app/views/wines/show.html.erb new file mode 100644 index 0000000..cd8925d --- /dev/null +++ b/app/views/wines/show.html.erb @@ -0,0 +1,17 @@ + + +
  • <%= link_to "Back to homepage", root_path %>
  • + +

    <%= @wine.name %>

    +

    <%= @wine.year %>

    +

    <%= @wine.notes %>

    + + -- cgit v1.2.3