diff --git a/app/views/sites/show.html.erb b/app/views/sites/show.html.erb deleted file mode 100644 --- a/app/views/sites/show.html.erb +++ /dev/null @@ -1,23 +0,0 @@ -
- Name: - <%=h @site.name %> -
- -- Password: - <%=h @site.password %> -
- -- Started: - <%=h @site.started %> -
- -- Start time: - <%=h @site.start_time %> -
- - -<%= link_to 'Edit', edit_site_path(@site) %> | -<%= link_to 'Back', sites_path %>