gitlab-org--gitlab-foss/app/views/projects/tree/_tree_content.html.haml
2017-08-03 14:29:35 +02:00

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