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

7 lines
260 B
Text

- 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