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(/</, "<") %></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