debian-mirror-gitlab/app/views/projects/tree/_tree_content.html.haml
2017-09-10 17:25:29 +05:30

5 lines
213 B
Text

- content_url = local_assigns.fetch(:content_url, nil)
- if show_new_repo?
= render 'shared/repo/repo', project: @project, content_url: content_url
- else
= render 'projects/tree/old_tree_content', tree: tree