Sha256: 4144eb7bbd1a72fb96d2bafdab1c05a07c6617e296898018aedf9ab5a764a2f0

Contents?: true

Size: 454 Bytes

Versions: 3

Compression:

Stored size: 454 Bytes

Contents

.error

  -#%i.fa.fa-5x.fa-exclamation-triangle

  %h2 We found an error loading this page.


  - if current_repo
    - url = "#{current_repo.get('url')}/settings"
  - else
    - url = "/"

  %p
    %img{src: "/assets/error.gif"}

  %hr

  - if url
    %a.btn.btn-primary{href: "#{url}", data: {"dont-push": "true"}, target: "blank" }
      Check your permissions on #{current_repo.get('github_data').name} and try again.

  %h3 error status: #{@status}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
perkins-0.0.5 lib/perkins/assets/javascripts/templates/error.hamlc
perkins-0.0.3 lib/perkins/assets/javascripts/templates/error.hamlc
perkins-0.0.2 lib/perkins/assets/javascripts/templates/error.hamlc