Sha256: 44e694b9603d730a9435939861e83b6b7639de3f391a536b5d45aaf7eaec3aa8

Contents?: true

Size: 1.15 KB

Versions: 35

Compression:

Stored size: 1.15 KB

Contents

<%#
# encoding: utf-8
#--
#   Copyright (C) 2012-2013 Gitorious AS
#
#   This program is free software: you can redistribute it and/or modify
#   it under the terms of the GNU Affero General Public License as published by
#   the Free Software Foundation, either version 3 of the License, or
#   (at your option) any later version.
#
#   This program is distributed in the hope that it will be useful,
#   but WITHOUT ANY WARRANTY; without even the implied warranty of
#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#   GNU Affero General Public License for more details.
#
#   You should have received a copy of the GNU Affero General Public License
#   along with this program.  If not, see <http://www.gnu.org/licenses/>.
#++
%>
<div class="container gts-body">
  <h1><%= @title = "An error occurred" %></h1>
  <h2><%= CGI::escapeElement(error.respond_to?(:message) ? error.message : error).gsub(/</, "&lt;") %></h2>
  <% if error.respond_to?(:backtrace) && !error.backtrace.nil? %>
    <ul>
      <%= error.backtrace.map { |l| "<li>#{l}</li>" }.join("") %>
    </ul>
  <% end %>
  <p><a href="<%= tree_url(repository_slug, ref, "") %>">Go back</a></p>
</div>

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
libdolt-0.34.0 views/500.erb
libdolt-0.33.18 views/500.erb
libdolt-0.33.17 views/500.erb
libdolt-0.33.16 views/500.erb
libdolt-0.33.15 views/500.erb
libdolt-0.33.14 views/500.erb
libdolt-0.33.13 views/500.erb
libdolt-0.33.12 views/500.erb
libdolt-0.33.11 views/500.erb
libdolt-0.33.10 views/500.erb
libdolt-0.33.9 views/500.erb
libdolt-0.33.8 views/500.erb
libdolt-0.33.7 views/500.erb
libdolt-0.33.6 views/500.erb
libdolt-0.33.5 views/500.erb
libdolt-0.33.4 views/500.erb
libdolt-0.33.3 views/500.erb
libdolt-0.33.2 views/500.erb
libdolt-0.33.1 views/500.erb
libdolt-0.33.0 views/500.erb