debian-mirror-gitlab/app/views/projects/_activity.html.haml

15 lines
477 B
Text
Raw Normal View History

2015-09-11 14:41:01 +05:30
= render 'projects/last_push'
2015-09-25 12:07:36 +05:30
.gray-content-block.activity-filter-block
2015-09-11 14:41:01 +05:30
- if current_user
%ul.nav.nav-pills.event_filter.pull-right
%li
= link_to namespace_project_path(@project.namespace, @project, format: :atom, private_token: current_user.private_token), title: "Feed", class: 'rss-btn' do
%i.fa.fa-rss
= render 'shared/event_filter'
.content_list{:"data-href" => activity_project_path(@project)}
= spinner
:coffeescript
new Activities()