Events displayed on project page. \n Fixed theme issue. \n New issue, mr events enabled

This commit is contained in:
Dmitriy Zaporozhets 2012-03-01 22:43:04 +02:00
parent 00028702fc
commit 5263dd4297
13 changed files with 153 additions and 57 deletions

View file

@ -14,9 +14,8 @@
= text_field_tag :project_clone, @project.url_to_repo, :class => "xlarge one_click_select git_clone_url"
= simple_format @project.description
- unless @activities.blank?
.ui-box
%h5.cgray Recent Activity
.content_list= render "feed"
- unless @events.blank?
%h5.cgray Recent Activity
.content_list= render @events