Welcome to mirror list, hosted at ThFree Co, Russian Federation.

show.html.haml « blob « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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'