c41a5bf3cd
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
17 lines
417 B
Text
17 lines
417 B
Text
.explore-title
|
|
%h3
|
|
Explore GitLab
|
|
%p.lead
|
|
Discover projects and groups. Share your projects with others
|
|
%hr
|
|
.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.append-bottom-20
|
|
= link_to 'Show all projects', explore_projects_path, class: 'btn btn-primary'
|