public
Description: Gitorious aims to provide a great way of doing distributed opensource code collaboration.
Homepage: http://gitorious.org/projects/gitorious
Clone URL: git://github.com/dysinger/gitorious.git
Search Repo:
Johan Sørensen (author)
Sun Apr 27 14:12:41 -0700 2008
commit  311210962d6f212d17f1149da843d0afab0c6d74
tree    e5db329019840918a1bbf8f80b6255b1b645d8f0
parent  ceafcfd952a8eda7ac13b50743c03690110f44b5
gitorious / app / views / comments / index.html.erb
100644 12 lines (9 sloc) 0.342 kb
1
2
3
4
5
6
7
8
9
10
11
12
<% @page_title = "Comments on #{@project.title}" -%>
<h1>
  Comments for &quot;<%= h(@repository.name) -%>&quot; repository in <%= h(@repository.project.title) -%>
</h1>
 
<%= render :partial => @comments -%>
<%= render :partial => "form" -%>
 
<% content_for :submenu do -%>
  <%= render :partial => "repositories/context_menu" -%>
<% end -%>