2 if (controller.andand.action_name == 'show') and params[:uuid]
3 class_name = controller.model_class.to_s.underscore.humanize(capitalize: false)
4 req_item = safe_join([class_name, " with UUID ",
5 raw("<code>"), params[:uuid], raw("</code>")], "")
7 req_item = "page you requested"
13 <p>The <%= req_item %> was not found.
17 <%= link_to("browse all #{class_name.pluralize}", action: :index) %>?