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

10 lines
323 B
Plaintext

%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)
%pre
%code
= @blob.data