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

index.html.haml « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 22af6b7551a93aee3b4a6d48619611b57e4d2785 (plain)
1
2
3
4
%div{:class => "tile", :style => view_mode_style("tile")}
  = render "tile"
%div{:class => "list", :style => view_mode_style("list")}
  = render "list"