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