gitlab-org--gitlab-foss/app/views/blob/show.html.haml
Patrick Helm 93dd06fc2d Fix issue when switching branch when BLOB is shown
Fix blob-switching for AJAX-Requests

Reorder
2013-04-23 00:59:09 +02:00

4 lines
148 B
Text

%div.tree-ref-holder
= render 'shared/ref_switcher', destination: 'blob', path: @path
%div#tree-holder.tree-holder
= render 'blob', blob: @blob