Sha256: 7e7e3b58c9e3b11e493855d9104f7165136b9a9d970d11887e479608ab50f268

Contents?: true

Size: 859 Bytes

Versions: 7

Compression:

Stored size: 859 Bytes

Contents

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

<h1>Alerts</h1>

<table>
  <thead>
    <tr>
      <th>Class name</th>
      <th>Kind</th>
      <th>Symbol</th>
      <th>Direction</th>
      <th>Strike</th>
      <th>Profile</th>
      <th colspan="3"></th>
    </tr>
  </thead>

  <tbody>
    <% @alerts.each do |alert| %>
      <tr>
        <td><%= alert.class_name %></td>
        <td><%= alert.kind %></td>
        <td><%= alert.symbol %></td>
        <td><%= alert.direction %></td>
        <td><%= alert.strike %></td>
        <td><%= alert.profile_id %></td>
        <td><%= link_to 'Show', alert %></td>
        <td><%= link_to 'Edit', edit_alert_path(alert) %></td>
        <td><%= link_to 'Destroy', alert, method: :delete, data: { confirm: 'Are you sure?' } %></td>
      </tr>
    <% end %>
  </tbody>
</table>

<br>

<%= link_to 'New Alert', new_alert_path %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
iron_warbler-2.0.7 app/views/iro/alerts/index.html.erb
iron_warbler-2.0.6 app/views/iro/alerts/index.html.erb
iron_warbler-2.0.5 app/views/iro/alerts/index.html.erb
iron_warbler-2.0.4 app/views/iro/alerts/index.html.erb
iron_warbler-2.0.3 app/views/iro/alerts/index.html.erb
iron_warbler-2.0.2 app/views/iro/alerts/index.html.erb
iron_warbler-2.0.1 app/views/iro/alerts/index.html.erb