Sha256: 4f881954f3261a7cd3a49f37d59cdcb899b3753f00d705f776d3f910144b30ac

Contents?: true

Size: 909 Bytes

Versions: 64

Compression:

Stored size: 909 Bytes

Contents

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Run not found</title>
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">

  <style type="text/css">
	  div {
		  margin-top: 4em;
		  text-align: center;
		  font-size: 3em;
	  }
  </style>
</head>
<body>

<!-- Content -->
<div>
  <% if locals[:not_found_type] == 'run' %>
      <p>Sorry, we don't have that run ID!</p>
      <p>(?_?)</p>
  <% elsif locals[:not_found_type] == 'idx' %>
      <p>Sorry, this interface doesn't seem to exist for this application</p>
      <p>(゜_゜)</p>
  <% elsif locals[:not_found_type] == 'file' %>
      <p>The page you are looking for doesn't seem to exist</p>
      <p>(;_;)</p>
  <% end %>


</div>

</body>
</html>

Version data entries

64 entries across 64 versions & 1 rubygems

Version Path
nutella_framework-0.6.8 framework_components/main_interface/views/not_found_404.erb
nutella_framework-0.6.7 framework_components/main_interface/views/not_found_404.erb
nutella_framework-0.6.6 framework_components/main_interface/views/not_found_404.erb
nutella_framework-0.6.5 framework_components/main_interface/views/not_found_404.erb
nutella_framework-0.6.4 framework_components/main_interface/views/not_found_404.erb
nutella_framework-0.6.3 framework_components/main_interface/views/not_found_404.erb
nutella_framework-0.6.2 framework_components/main_interface/views/not_found_404.erb
nutella_framework-0.6.1 framework_components/main_interface/views/not_found_404.erb
nutella_framework-0.6.0 framework_components/main_interface/views/not_found_404.erb
nutella_framework-0.5.1 framework_components/main_interface/views/not_found_404.erb
nutella_framework-0.5.0 framework_components/main_interface/views/not_found_404.erb
nutella_framework-0.4.32 framework_components/main_interface/views/not_found_404.erb
nutella_framework-0.4.31 framework_components/main_interface/views/not_found_404.erb
nutella_framework-0.4.30 framework_components/main_interface/views/not_found_404.erb
nutella_framework-0.4.29 framework_components/main_interface/views/not_found_404.erb
nutella_framework-0.4.28 framework_components/main_interface/views/not_found_404.erb
nutella_framework-0.4.27 framework_components/main_interface/views/not_found_404.erb
nutella_framework-0.4.26 framework_components/main_interface/views/not_found_404.erb
nutella_framework-0.4.25 framework_components/main_interface/views/not_found_404.erb
nutella_framework-0.4.24 framework_components/main_interface/views/not_found_404.erb