gitlabhq/app/views/repositories/show.html.haml
2011-12-30 22:56:13 +02:00

8 lines
260 B
Plaintext

- content_for(:body_class, "project-page dashboard")
= render "head"
#news-feed.news-feed
.project-box.project-updates.ui-box.ui-box-small.ui-box-big
- @activities.each do |update|
= render "projects/feed", :update => update, :project => @project