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

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