Sha256: 4a602bd83862fca90e2576ab6a48dcc910badb5b7cb78988d75011ec37c148d8

Contents?: true

Size: 1.02 KB

Versions: 6

Compression:

Stored size: 1.02 KB

Contents

.error
  %h1
    Whatever you do, DON'T PANIC!

  %dl
    %dt This is what happened:
    %dd
      %strong&= @error.message
      %pre.backtrace= @error.backtrace.join("\n")
    %dd
      %strong Query parameters:
      %pre.query_params= params.inspect

    %dt What can I do?
    %dd
      Is your
      %a{ :href => project_url(@project, :edit) } config
      ok?
      Need
      %a{ :href => "http://integrityapp.com/configure" } help?
      Remember to restart Integrity.
      If you think everything is fine,
      then drop by our irc channel:
      %a{ :href => "irc://irc.freenode.org:6667/integrity" } #integrity
      on freenode, and we'll try to help.

    %dt
      What the hell is
      = succeed "?" do
        %strong Integrity
    %dd
      Integrity is your friendly
      %a{ :href => "http://en.wikipedia.org/wiki/Continuous_integration" } Continuous Integration
      server. If you want to know more about us, check our website at
      = succeed "." do
        %a{ :href => "http://integrityapp.com" } integrityapp.com

Version data entries

6 entries across 6 versions & 4 rubygems

Version Path
brycethornton-integrity-0.1.7.1 views/error.haml
foca-integrity-0.1.6 views/error.haml
foca-integrity-0.1.7 views/error.haml
foca-integrity-0.1.8 views/error.haml
myronmarston-integrity-0.1.7.1 views/error.haml
integrity-0.1.8 views/error.haml