2891: Add index link to Workbench 404 responses.
[arvados.git] / apps / workbench / app / views / application / 404.html.erb
1 <h2>Not Found</h2>
2
3 <p>The item you requested was not found.
4
5 <% if controller.andand.action_name == 'show' %>
6 Perhaps you'd like to
7 <%= link_to("browse all #{controller.model_class.to_s.underscore.pluralize.humanize(capitalize: false)}",
8             action: :index) %>?
9 <% end %>
10
11 </p>
12