<%= title @controller.controller_name.humanize %>
<%= error_messages %> <% for alarm in @alarms %> <% end %>
ID Sentinel Name Date Process State
<%=h alarm.id %> <%=h alarm.sentinel.name if alarm.sentinel %> <%=h alarm.created_at %> <%=h alarm.process_state %> <%= link_to image_tag( 'show.png' ), :action => 'show', :id => alarm %><%= link_to image_tag( 'edit.png' ), :action => 'edit', :id => alarm %>
<%= link_to 'Previous page', { :page => @alarm_pages.current.previous } if @alarm_pages.current.previous %> <%= link_to 'Next page', { :page => @alarm_pages.current.next } if @alarm_pages.current.next %>