2016-09-09 20:06:20 -04:00
|
|
|
%div{ class: container_class }
|
2017-05-19 17:33:19 -04:00
|
|
|
.nav-block.activity-filter-block.activities
|
2017-02-28 15:50:57 -05:00
|
|
|
.controls
|
2017-08-18 06:00:32 -04:00
|
|
|
= link_to project_path(@project, rss_url_options), title: s_("ProjectActivityRSS|Subscribe"), class: 'btn rss-btn has-tooltip' do
|
2017-02-28 15:50:57 -05:00
|
|
|
= icon('rss')
|
2016-09-09 20:06:20 -04:00
|
|
|
|
|
|
|
= render 'shared/event_filter'
|
|
|
|
|
2016-12-26 05:47:16 -05:00
|
|
|
.content_list.project-activity{ :"data-href" => activity_project_path(@project) }
|
2016-09-09 20:06:20 -04:00
|
|
|
= spinner
|