2016-11-03 12:29:30 +05:30
|
|
|
- @no_container = true
|
2015-09-11 14:41:01 +05:30
|
|
|
|
2016-11-03 12:29:30 +05:30
|
|
|
%div{ class: container_class }
|
|
|
|
.nav-block.activity-filter-block
|
2017-08-17 22:00:37 +05:30
|
|
|
.controls
|
|
|
|
= link_to namespace_project_path(@project.namespace, @project, rss_url_options), title: "Subscribe", class: 'btn rss-btn has-tooltip' do
|
|
|
|
= icon('rss')
|
2016-08-24 12:49:21 +05:30
|
|
|
|
2016-11-03 12:29:30 +05:30
|
|
|
= render 'shared/event_filter'
|
|
|
|
|
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
|
2015-09-11 14:41:01 +05:30
|
|
|
|
2015-11-26 14:37:03 +05:30
|
|
|
:javascript
|
2017-08-17 22:00:37 +05:30
|
|
|
var activity = new gl.Activities();
|
2016-06-02 11:05:42 +05:30
|
|
|
$(document).on('page:restore', function (event) {
|
|
|
|
activity.reloadActivities()
|
|
|
|
})
|