Sha256: 791c698a0b786dd9f3efe823d3f460d244a156a53a1a4ed4b56bc3a9b4ec4195

Contents?: true

Size: 1.14 KB

Versions: 32

Compression:

Stored size: 1.14 KB

Contents

<%#
# encoding: utf-8
#--
#   Copyright (C) 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 = "No such path" %></h1>
  <% if defined?(error) && !error.nil? %>
    <h2><%= CGI::escapeElement(error.respond_to?(:message) ? error.message : error).gsub(/</, "&lt;") %></h2>
  <% end %>
  <% if defined?(repository_slug) %>
    <p><a href="<%= tree_url(repository_slug, ref, "") %>">Go back</a></p>
  <% else %>
    <p><a href="/">Go back</a></p>
  <% end %>
</div>

Version data entries

32 entries across 32 versions & 1 rubygems

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