%= javascript_include_tag "notable_web" %>
- <%= link_to "Stream", root_path %>
- <%= link_to "Slow Requests", root_path(scope: "slow_requests") %>
- <%= link_to "Timeouts", root_path(note_type: "Timeout") %>
- <%= link_to "Not Found", root_path(note_type: "Not Found") %>
- <%= link_to "Errors", root_path(note_type: "Error") %>
- <%= link_to "Validation Errors", root_path(note_type: "Validation Errors") %>
- <%= link_to "Unpermitted Parameters", root_path(note_type: "Unpermitted Parameters") %>
- <%= link_to "Unverified Request", root_path(note_type: "Unverified Request") %>
- <%= link_to "Users", users_path %>
- <%= link_to "Slow Actions", slow_actions_path %>
<%= yield %>