Skip to content
Snippets Groups Projects
Commit dd3f6772 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray Committed by Fatih Acet
Browse files

Remove contianer from last push widget

parent f4d41132
No related branches found
No related tags found
No related merge requests found
.nav-block.activity-filter-block
- if current_user
.controls
= 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
- @no_container = true
 
= render 'shared/event_filter'
 
.content_list.project-activity{:"data-href" => activity_project_path(@project)}
= spinner
%div{ class: container_class }
.nav-block.activity-filter-block
- if current_user
.controls
= 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
= render 'shared/event_filter'
.content_list.project-activity{:"data-href" => activity_project_path(@project)}
= spinner
 
:javascript
var activity = new Activities();
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment