gitlab-org--gitlab-foss/app/views/layouts/public.html.haml

29 lines
884 B
Text
Raw Normal View History

2013-01-10 13:17:57 -05:00
!!! 5
%html{ lang: "en"}
2013-01-18 19:33:27 -05:00
= render "layouts/head", title: "Public Projects"
2013-06-08 10:10:25 -04:00
%body{class: "#{app_theme} application", :'data-page' => body_data_page}
- if current_user
= render "layouts/head_panel", title: "Public Projects"
- else
%header.navbar.navbar-static-top.navbar-gitlab
.navbar-inner
.container
%div.app_logo
%span.separator
= link_to public_root_path, class: "home" do
%h1 GITLAB
%span.separator
%h1.project_name Public Projects
%ul.nav
%li
%a
%div.hide.turbolink-spinner
%i.icon-refresh.icon-spin
Loading...
%li
= link_to "Sign in", new_session_path(:user)
2013-06-07 10:31:12 -04:00
.container.navless-container
2013-01-10 13:17:57 -05:00
.content
2013-06-07 10:31:12 -04:00
= yield