Events displayed on project page. \n Fixed theme issue. \n New issue, mr events enabled
This commit is contained in:
parent
00028702fc
commit
5263dd4297
13 changed files with 153 additions and 57 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue