From aa25545eb204d0ca842ab948af4c27cb217352d6 Mon Sep 17 00:00:00 2001 From: David Gay Date: Mon, 3 May 2021 18:37:26 -0400 Subject: Locations views --- app/views/locations/index.html.erb | 8 ++++++++ app/views/locations/show.html.erb | 7 +++++++ 2 files changed, 15 insertions(+) create mode 100644 app/views/locations/index.html.erb create mode 100644 app/views/locations/show.html.erb (limited to 'app/views/locations') diff --git a/app/views/locations/index.html.erb b/app/views/locations/index.html.erb new file mode 100644 index 0000000..758fd35 --- /dev/null +++ b/app/views/locations/index.html.erb @@ -0,0 +1,8 @@ +

Locations

+ + diff --git a/app/views/locations/show.html.erb b/app/views/locations/show.html.erb new file mode 100644 index 0000000..c3a75e1 --- /dev/null +++ b/app/views/locations/show.html.erb @@ -0,0 +1,7 @@ +

<%= @location.name %>

+ + -- cgit v1.2.3