summaryrefslogtreecommitdiff
path: root/app/views/projects/tree/_tree_content.html.haml
blob: a4bdd67209d07c5d308e5d6cff576473a688f080 (plain)
1
2
3
4
5
- 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