diff --git a/app/views/sites/show.html.erb b/app/views/sites/show.html.erb new file mode 100644 --- /dev/null +++ b/app/views/sites/show.html.erb @@ -0,0 +1,18 @@ +

+ Name: + <%=h @site.name %> +

+ +

+ Started: + <%=h @site.started %> +

+ +

+ Start time: + <%=h @site.start_time %> +

+ + +<%= link_to 'Edit', edit_site_path(@site) %> | +<%= link_to 'Back', sites_path %>