summaryrefslogtreecommitdiff
path: root/app/views/wines/index.html.erb
blob: 0202ada74abf097ae70a4c14bfb932840d8e264d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!-- -*- mode: web; -*- -->

<h1>Wines#index</h1>
<h2>List of wines</h2>

<%= link_to "Add Wine", new_wine_path %>

<ul>
    <% @wines.each do |wine| %>
	<li>
	    <%= link_to wine.name, wine %>,
	    <%= wine.year %>,
	    <%= wine.variety %>
	</li>
    <% end %>
</ul>
Copyright 2019--2024 Marius PETER