Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_activity.html.haml « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6bf21570d4135fa20aacdc6841c952274627c5d7 (plain)
1
2
3
4
5
6
7
8
9
%div{ class: container_class }
  .nav-block.activity-filter-block.activities
    = render 'shared/event_filter'
    .controls
      = link_to project_path(@project, rss_url_options), title: s_("ProjectActivityRSS|Subscribe"), class: 'btn rss-btn has-tooltip' do
        = icon('rss')

  .content_list.project-activity{ :"data-href" => activity_project_path(@project) }
  = spinner