_activity.html.haml 387 字节
Newer Older
1
.activity-filter-block
2
  - if current_user
D
Dmitriy Zaporozhets 已提交
3 4 5
    .pull-right
      = link_to namespace_project_path(@project.namespace, @project, format: :atom, private_token: current_user.private_token), title: "Feed", class: 'btn rss-btn' do
        %i.fa.fa-rss
6 7 8 9 10

  = render 'shared/event_filter'
.content_list{:"data-href" => activity_project_path(@project)}
= spinner

11 12
:javascript
  new Activities();