Sha256: 35dea2cb04db8ce21d41fdf5c0e215163b9eb48cad9687c479fa1a82a57e2bdd

Contents?: true

Size: 1.05 KB

Versions: 28

Compression:

Stored size: 1.05 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
      - if @project
        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

28 entries across 28 versions & 8 rubygems

Version Path
alphasights-integrity-0.1.10 views/error.haml
alphasights-integrity-0.1.9.3 views/error.haml
alphasights-integrity-0.1.9.4 views/error.haml
alphasights-integrity-0.1.9.5 views/error.haml
alphasights-integrity-0.1.9.6 views/error.haml
alphasights-integrity-0.1.9.7 views/error.haml
alphasights-integrity-0.1.9.8 views/error.haml
foca-integrity-0.1.9.0 views/error.haml
foca-integrity-0.1.9.1 views/error.haml
foca-integrity-0.1.9.2 views/error.haml
foca-integrity-0.1.9.3 views/error.haml
gforces-integrity-0.1.9.3 views/error.haml
gforces-integrity-0.1.9.4 views/error.haml
imbriaco-integrity-0.1.9.2.1 views/error.haml
imbriaco-integrity-0.1.9.2 views/error.haml
integrity-integrity-0.1.10 views/error.haml
integrity-integrity-0.1.9.3 views/error.haml
oliyoung-integrity-0.1.9.0 views/error.haml
sr-integrity-0.1.8.1 views/error.haml
sr-integrity-0.1.9.1 views/error.haml