<% #-- # Copyright (C) 2010 Juho Nieminen # # 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 . #++ ##div bg color to CSS %> <% return if repository.private? %>
style="background-color:#EEEEF6;" <% end -%> >

> <%= link_to h(repository.project.title), repository.project -%> <%= image_tag("silk/arrow_right.png") -%> <%= link_to h(repository.name), repo_owner_path(repository, [repository.project, repository]) -%>

<% if logged_in? -%> <%= favorite_button(repository) -%> <% end -%>

Owner: <%= link_to h(repository.owner.to_param_with_prefix), repository.owner -%>
License: <%= h(repository.license_abbreviated) -%>

<% unless repository.description.blank? -%>

<%= truncate h(repository.description), :length => 250 -%>

<% end -%>