From 1d55d62b2561a402c902b4c5a66076ab1c278548 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 23 May 2021 22:18:43 -0400 Subject: Various appearance improvements --- app/views/locations/show.html.erb | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'app/views/locations/show.html.erb') diff --git a/app/views/locations/show.html.erb b/app/views/locations/show.html.erb index bc63541..bed97ac 100644 --- a/app/views/locations/show.html.erb +++ b/app/views/locations/show.html.erb @@ -1,8 +1,11 @@ -

<%= @location.name %>

+
+

<%= @location.name %>

+

<%= @location.description %>

+
- +<% @location.activities.each do |activity| %> +
+

<%= link_to activity.name, activity_path(activity) %>

+

<%= activity.description %>

+
+<% end %> -- cgit v1.2.3