2017-07-28 12:08:09 -04:00
|
|
|
- if show_new_repo?
|
2017-07-28 13:17:34 -04:00
|
|
|
= render 'shared/repo/repo', project: @project
|
2017-07-28 12:58:26 -04:00
|
|
|
- else
|
2017-07-28 13:17:34 -04:00
|
|
|
= render 'projects/tree/old_tree_content'
|
2017-07-28 12:58:26 -04:00
|
|
|
|
2017-07-17 09:15:35 -04:00
|
|
|
|
2013-04-03 02:26:38 -04:00
|
|
|
:javascript
|
|
|
|
// Load last commit log for each file in tree
|
2013-04-29 06:18:08 -04:00
|
|
|
$('#tree-slider').waitForImages(function() {
|
2016-09-05 23:28:59 -04:00
|
|
|
gl.utils.ajaxGet("#{escape_javascript(@logs_path)}");
|
2013-04-03 02:26:38 -04:00
|
|
|
});
|