gitlab-org--gitlab-foss/app/views/repositories/show.html.haml

9 lines
234 B
Plaintext

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