Merged activities & projects pages

This commit is contained in:
Dmitriy Zaporozhets 2012-03-20 00:05:35 +02:00
parent 724ea16c34
commit cadf12c60c
9 changed files with 11 additions and 65 deletions

View file

@ -1,7 +0,0 @@
- 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'))}");