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

10 lines
323 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, @repository, @project, @commit_hash, @path)
= link_to "Blame", blame_commit_path(@platform, @repository, @project, @commit_hash, @path)
= link_to "History", commits_path(@platform, @repository, @project, @treeish, @path)
2011-03-10 13:47:42 +00:00
%pre
%code
= @blob.data