summaryrefslogtreecommitdiff
path: root/app/views/projects/blob/show.html.haml
blob: a1d464bac59fcfb2d2bf40708f5ba65e3a52e874 (plain)
1
2
3
4
5
6
7
8
9
- page_title @blob.path, @ref
%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'