<%= notice %>

Listing Sites

<% @sites.each do |site| %> <% end %>
Epom Name Url Description Email Category
<%= site.epom_id %> <%= site.name %> <%= site.url %> <%= site.description %> <%= site.email %> <%= site.category_id %> <%= link_to 'Show', site %> <%= link_to 'Edit', edit_site_path(site) %> <%= link_to 'Destroy', site, method: :delete, data: { confirm: 'Are you sure?' } %>

<%= link_to 'New Site', new_site_path %>