5 lines
213 B
Text
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
|