[issue #279] Fixed json on repo page.

This commit is contained in:
George Vinogradov 2012-03-19 18:45:40 +04:00
parent 3d9f9b5c73
commit 896301649e
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<% @projects.each do |project| %>
[
"<%=j link_to("#{project.owner.respond_to?(:uname) ? project.owner.uname : project.owner.name} / #{project.name}", project) %>",
"<%=j project.description %>",
"<%= truncate(project.description, :length => 60).gsub("\n", ' ') %>",
"<%=j link_to t("layout.add"), url_for(:controller => :repositories, :action => :add_project, :project_id => project.id) %>"
]<%= project == @projects.last ? '' : ',' %>
<% end %>

View File

@ -13,7 +13,7 @@
j(link_to("#{project.owner.respond_to?(:uname) ? project.owner.uname : project.owner.name} / #{project.name}", project)) +
"</div>").html_safe
%>",
"<%=j project.description %>",
"<%= truncate(project.description, :length => 60).gsub("\n", ' ') %>",
"<%=
if can? :remove_project, @repository
j(link_to('<span class="delete">&nbsp;</span>'.html_safe,