Welcome to mirror list, hosted at ThFree Co, Russian Federation.

show.js.haml « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 132ebebf23fcd4d51b1e21b2a90ac82e093ef17d (plain)
1
2
3
4
5
6
7
- if @project.repo_exists? && @project.has_commits?
  :plain
    $(".show_holder").html("#{escape_javascript(render(:partial => 'projects/show'))}");
- else 
  :plain
    $(".show_holder").html("#{escape_javascript(render(:template => 'projects/empty'))}");