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

activities.html.haml « dashboard « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2b96acc60ec7fa0d6e81a7af3eafc71779da031a (plain)
1
2
3
4
5
6
7
8
9
10
- if @events.any?
  %div.dashboard_category
    %h3
      %span.ico.activities
      = link_to "Activities" , "#activities", :id => "activities"

    %hr
    = render @events
- else
  %h3 Nothing here