rosa-build/app/views/git/blobs/show.html.haml

10 lines
314 B
Plaintext
Raw Normal View History

2011-03-10 13:47:42 +00:00
%h2= @blob.name
.row
= link_to "Raw", raw_commit_path(@platform.name, @project.name, @commit_hash, @path)
= link_to "Blame", blame_commit_path(@platform.name, @project.name, @commit_hash, @path)
= link_to "History", commits_path(@platform.name, @project.name, @treeish, @path)
%pre
%code
= @blob.data