mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-12 06:06:05 +10:00
13 lines
270 B
Plaintext
13 lines
270 B
Plaintext
- page_title @blob.path, @ref
|
|
|
|
= render 'projects/last_push'
|
|
|
|
%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'
|