2016-11-03 12:29:30 +05:30
|
|
|
%div{ class: container_class }
|
2017-09-10 17:25:29 +05:30
|
|
|
.nav-block.activity-filter-block.activities
|
2018-11-08 19:23:39 +05:30
|
|
|
= render 'shared/event_filter'
|
2017-08-17 22:00:37 +05:30
|
|
|
.controls
|
2018-03-17 18:26:18 +05:30
|
|
|
= link_to project_path(@project, rss_url_options), title: s_("ProjectActivityRSS|Subscribe"), class: 'btn rss-btn has-tooltip' do
|
2017-08-17 22:00:37 +05:30
|
|
|
= icon('rss')
|
2016-08-24 12:49:21 +05:30
|
|
|
|
2017-08-17 22:00:37 +05:30
|
|
|
.content_list.project-activity{ :"data-href" => activity_project_path(@project) }
|
2016-11-03 12:29:30 +05:30
|
|
|
= spinner
|