debian-mirror-gitlab/app/views/dashboard/_activities.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
343 B
Plaintext
Raw Normal View History

2017-09-10 17:25:29 +05:30
.nav-block.activities
2018-11-08 19:23:39 +05:30
= render 'shared/event_filter'
2017-08-17 22:00:37 +05:30
.controls
2020-10-24 23:57:45 +05:30
= link_to dashboard_projects_path(rss_url_options), class: 'btn gl-button btn-default btn-icon d-none d-sm-inline-flex has-tooltip', title: 'Subscribe' do
= sprite_icon('rss', css_class: 'qa-rss-icon gl-icon')
2015-09-25 12:07:36 +05:30
2015-04-26 12:48:37 +05:30
.content_list
2020-03-13 15:44:24 +05:30
.loading
2022-05-07 20:08:51 +05:30
= gl_loading_icon(size: 'md')