gitlab-org--gitlab-foss/app/views/projects/tree/_tree_content.html.haml

6 lines
213 B
Text
Raw Normal View History

2017-08-03 08:29:35 -04:00
- content_url = local_assigns.fetch(:content_url, nil)
- if show_new_repo?
2017-08-03 08:29:35 -04:00
= render 'shared/repo/repo', project: @project, content_url: content_url
- else
2017-07-28 13:21:57 -04:00
= render 'projects/tree/old_tree_content', tree: tree