Sha256: 958e4937ad84878a05c2c29a3deb90cfb20416098a6ae6eb2f00a7766718de82

Contents?: true

Size: 836 Bytes

Versions: 7

Compression:

Stored size: 836 Bytes

Contents

<p id="notice"><%= notice %></p>

<h1>Partners Get Paids</h1>

<table>
  <thead>
    <tr>
      <th>Enter invoice number</th>
      <th>You will receive this when question mark</th>
      <th colspan="3"></th>
    </tr>
  </thead>

  <tbody>
    <% @partners_get_paids.each do |partners_get_paid| %>
      <tr>
        <td><%= partners_get_paid.enter_invoice_number %></td>
        <td><%= partners_get_paid.you_will_receive_this_when_question_mark %></td>
        <td><%= link_to 'Show', partners_get_paid %></td>
        <td><%= link_to 'Edit', edit_partners_get_paid_path(partners_get_paid) %></td>
        <td><%= link_to 'Destroy', partners_get_paid, method: :delete, data: { confirm: 'Are you sure?' } %></td>
      </tr>
    <% end %>
  </tbody>
</table>

<br>

<%= link_to 'New Partners Get Paid', new_partners_get_paid_path %>

Version data entries

7 entries across 7 versions & 4 rubygems

Version Path
ezii-browser-1.0.0 server/redux-os/app/views/partners/get_paids/index.html.erb
mega-os-1.0.0 app/views/partners/get_paids/index.html.erb
jester-data-8.0.0 app/views/partners/get_paids/index.html.erb
ezii-os-5.2.1 app/views/partners/get_paids/index.html.erb
ezii-os-2.0.1 app/views/partners/get_paids/index.html.erb
ezii-os-1.1.0 app/views/partners/get_paids/index.html.erb
ezii-os-1.0.0 app/views/partners/get_paids/index.html.erb