index.html.haml 385 Bytes
- content_for :title, 'Unresolved Errors'
- content_for :head do
  = auto_discovery_link_tag :atom, problems_path(User.token_authentication_key => current_user.authentication_token, :format => "atom"), :title => "Errbit notices at #{request.host}"
- content_for :action_bar do
  = link_to 'show resolved', all_problems_path, :class => 'button'
= render 'table', :problems => @problems