summaryrefslogtreecommitdiff
path: root/app/views/projects/blob/show.html.haml
blob: 69167654c39d9fac445e6c80245c154fd1baa86f (plain)
1
2
3
4
5
6
7
8
%div.tree-ref-holder
  = render 'shared/ref_switcher', destination: 'blob', path: @path

%div#tree-holder.tree-holder
  = render 'blob', blob: @blob

- if allowed_tree_edit?
  = render 'projects/blob/remove'