mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 14:46:05 +10:00
9 lines
208 B
Plaintext
9 lines
208 B
Plaintext
%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'
|