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: bd2fc43633cbf391fe880e81ba23c7d93f2b8fd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- 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'