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

public_projects.html.haml « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 04fa7c84e73c75ccaf700be683062e90fa0ce75e (plain)
1
2
3
4
5
6
!!! 5
%html{ lang: "en"}
  = render "layouts/head", title: @project.name_with_namespace
  %body{class: "#{app_theme}  application", :'data-page' => body_data_page}
    = render "layouts/public_head_panel", title: project_title(@project)
    = render 'layouts/page', sidebar: 'layouts/nav/project'