Sha256: d188c76a618706756dff24f956271c9c0f3cf17117bc309991535ac806c34cce

Contents?: true

Size: 852 Bytes

Versions: 2

Compression:

Stored size: 852 Bytes

Contents

<h1>Listing site_details</h1>

<table>
  <tr>
    <th>Site</th>
    <th>Site url</th>
    <th>Paypal email address</th>
    <th>Owner ip address</th>
    <th>Site type</th>
    <th></th>
    <th></th>
    <th></th>
  </tr>

<% @site_details.each do |site_detail| %>
  <tr>
    <td><%= site_detail.site_id %></td>
    <td><%= site_detail.site_url %></td>
    <td><%= site_detail.paypal_email_address %></td>
    <td><%= site_detail.owner_ip_address %></td>
    <td><%= site_detail.site_type %></td>
    <td><%= link_to 'Show', [:services, site_detail] %></td>
    <td><%= link_to 'Edit', edit_services_site_detail_path(site_detail) %></td>
    <td><%= link_to 'Destroy', [:services, site_detail], :confirm => 'Are you sure?', :method => :delete %></td>
  </tr>
<% end %>
</table>

<br />

<%= link_to 'New Site detail', new_services_site_detail_path %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ccs_core_gem-0.0.7 app/views/services/site_details/index.html.erb
ccs_core_gem-0.0.6 app/views/services/site_details/index.html.erb