summaryrefslogtreecommitdiff
path: root/app/views/locations/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/locations/index.html.erb')
-rw-r--r--app/views/locations/index.html.erb8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/locations/index.html.erb b/app/views/locations/index.html.erb
deleted file mode 100644
index 3c9b837..0000000
--- a/app/views/locations/index.html.erb
+++ /dev/null
@@ -1,8 +0,0 @@
-<h1 class="text-3xl mb-4">Locations</h1>
-
-<% @locations.each do |location| %>
- <div class="my-4">
- <h2 class="text-xl"><%= link_to location.name, location_path(location) %></h2>
- <p class="italic"><%= location.description %></p>
- </div>
-<% end %>