Sha256: 72cc6d4fedc7e456638a4299b44ebf0e22748e5f803f0a0a4a42a42902fdb277

Contents?: true

Size: 1.36 KB

Versions: 76

Compression:

Stored size: 1.36 KB

Contents

% javascript = Mote.parse(File.read("#{Mutx::View.path}/javascript.mote"), self, []).call()

% styles = Mote.parse(File.read("#{Mutx::View.path}/styles.mote"), self, []).call()

% navigation_bar = Mote.parse(File.read("#{Mutx::View.path}/navigation_bar.mote"), self, [:section]).call(section:"help")


error_title = error_msg = Mutx::Support::ErrorHandlerHelper.evaluate exception

<!DOCtype html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns ="http://www.w3.org/1999/xhtml">

  <head>
    <title>{{Mutx::Support::Configuration.project_name}} through Mutx - Error</title>

    <meta content='text/html;charset=utf-8' http-equiv='Content-Type'/>
    <meta name='viewport' content='width=device-width, initial-scale=1.0'>
    <link rel='shortcut icon' href='/favicon'>
    <link href='https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css' rel='stylesheet'>

    {{javascript}}

    {{styles}}

  </head>
  <body class='padding-top: 50px;'>

    {{navigation_bar}}

    <div class='container'>
      <br>
      <div class='starter-template'>
        <div class='panel-body' style='align=center;'>
          <span style='font-size:35px; alignment=center'>404</span><br>
          <span style='font-size:35px;alignment=center'><small>Page Not Found</small></span>
        </div>
      </div>
    </div>
  </body>
</html>

Version data entries

76 entries across 76 versions & 1 rubygems

Version Path
mutx-0.2.9 lib/mutx/view/not_found.mote
mutx-0.2.8 lib/mutx/view/not_found.mote
mutx-0.2.7 lib/mutx/view/not_found.mote
mutx-0.2.6 lib/mutx/view/not_found.mote
mutx-0.2.5 lib/mutx/view/not_found.mote
mutx-0.2.4 lib/mutx/view/not_found.mote
mutx-0.2.3 lib/mutx/view/not_found.mote
mutx-0.2.2 lib/mutx/view/not_found.mote
mutx-0.2.1 lib/mutx/view/not_found.mote
mutx-0.2.0 lib/mutx/view/not_found.mote
mutx-0.1.69 lib/mutx/view/not_found.mote
mutx-0.1.68 lib/mutx/view/not_found.mote
mutx-0.1.67 lib/mutx/view/not_found.mote
mutx-0.1.66 lib/mutx/view/not_found.mote
mutx-0.1.65 lib/mutx/view/not_found.mote
mutx-0.1.64 lib/mutx/view/not_found.mote
mutx-0.1.63 lib/mutx/view/not_found.mote
mutx-0.1.62 lib/mutx/view/not_found.mote
mutx-0.1.61 lib/mutx/view/not_found.mote
mutx-0.1.60 lib/mutx/view/not_found.mote