Sha256: 41d775387b70168eb2d85ecd60e8276e27044f70f39a00f843abf618c41264fb
Contents?: true
Size: 1.12 KB
Versions: 34
Compression:
Stored size: 1.12 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 = "All repositories" %></h1> <table class="table table-striped"> <tbody> <% repositories.each do |repo| %> <tr> <td> <a href="/<%= repo %>/tree/master:"> <i class="icon-folder-close"></i> <%= repo %> </a> </td> </tr> <% end %> </tbody> </table> </div>
Version data entries
34 entries across 34 versions & 1 rubygems