Sha256: 0f501ff8910e428bea130ab3b62473b17ef700e3e7db61a323d2d2cf8069a164

Contents?: true

Size: 1.45 KB

Versions: 10

Compression:

Stored size: 1.45 KB

Contents

!!!
%html
  %head
    %title
      Machinery Error
    %meta{ :charset => 'utf-8' }
    %link{ :href => "assets/machinery-base.css", :rel => "stylesheet", :type => "text/css" }
    %link{ :href => "assets/machinery.css", :rel => "stylesheet", :type => "text/css" }
    %script{ :src => "assets/jquery-2.1.1.min.js" }
    %script{ :src => "assets/transition.js" }
    %script{ :src => "assets/collapse.js" }
    %script{ :src => "assets/modal.js" }
    %script{ :src => "assets/jquery.searcher.min.js" }
    %script{ :src => "assets/machinery-base.js" }
    %script{ :src => "assets/show/machinery.js" }
    %script{ :src => "assets/bootstrap-tooltip.js" }
    %script{ :src => "assets/bootstrap-popover.js" }

  %body
    .container-fluid
      #nav-bar
        .row
          .col-xs-1
          .col-xs-10
            %h1
              = render_exception_title
          .col-xs-10.nav-buttons
            %small.pull-right
              created by
              %a{ :href => "http://machinery-project.org", :target => "_blank" }
                Machinery
              %br
              %a{ :href => "/site/docs/", :target => "_blank" }
                Machinery documentation
      #content_container
        .row
          .col-xs-11
            - if @error
              .scope#alert_container
                .row
                  .col-xs-10.col-xs-offset-1
                    .well
                      %span
                        %p
                          = @error

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
machinery-tool-1.24.1 html/exception.html.haml
machinery-tool-1.24.0 html/exception.html.haml
machinery-tool-1.23.1 html/exception.html.haml
machinery-tool-1.23.0 html/exception.html.haml
machinery-tool-1.22.3 html/exception.html.haml
machinery-tool-1.22.2 html/exception.html.haml
machinery-tool-1.22.1 html/exception.html.haml
machinery-tool-1.22.0 html/exception.html.haml
machinery-tool-1.21.0 html/exception.html.haml
machinery-tool-1.20.0 html/exception.html.haml