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
gitorious / app / views / browse / blob.html.erb
100644 8 lines (6 sloc) 0.23 kb
1
2
3
4
5
6
7
8
<h1>
  Blob of <code><%= params[:filename] -%></code>
  <small>(<%= link_to "raw blob data", raw_blob_path(@blob.sha, params[:filename]) -%>)</small>
</h1>
<pre><%=h @blob.contents -%></pre>
 
<%= render :partial => "submenu" -%>