diff --git a/app/views/sites/index.html.erb b/app/views/sites/index.html.erb deleted file mode 100644 --- a/app/views/sites/index.html.erb +++ /dev/null @@ -1,29 +0,0 @@ -
Name | -Password | -Started | -Start time | -|||
---|---|---|---|---|---|---|
<%=h site.name %> | -<%=h site.password %> | -<%=h site.started %> | -<%=h site.start_time %> | -<%= link_to 'Show', site %> | -<%= link_to 'Edit', edit_site_path(site) %> | -<%= link_to 'Destroy', site, :confirm => 'Are you sure?', :method => :delete %> | -