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

trending.html.haml « projects « explore « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9cad9238933fc19542d39c340d2c8d55d4122b69 (plain)
1
2
3
4
5
6
7
8
9
10
11
.explore-trending-block
  %p.lead
    %i.fa.fa-comments-o
    See most discussed projects for last month
  %hr
  .public-projects
    %ul.bordered-list
      = render @trending_projects

  .center
    = link_to 'Show all projects', explore_projects_path, class: 'btn btn-primary'