2012-02-09 09:59:04 +02:00
|
|
|
!!! 5
|
2012-08-10 18:07:50 -04:00
|
|
|
%html{ lang: "en"}
|
2012-12-12 12:02:29 +02:00
|
|
|
= render "layouts/head", title: @project.name_with_namespace
|
2012-08-10 18:07:50 -04:00
|
|
|
%body{class: "#{app_theme} project"}
|
2012-12-12 12:02:29 +02:00
|
|
|
= render "layouts/head_panel", title: project_title(@project)
|
2013-02-28 11:06:52 +02:00
|
|
|
= render "layouts/flash"
|
2012-11-30 18:26:17 +02:00
|
|
|
- if can?(current_user, :download_code, @project)
|
|
|
|
= render 'shared/no_ssh'
|
2013-01-21 15:05:18 +02:00
|
|
|
|
2013-04-01 22:30:48 +03:00
|
|
|
%nav.main-nav
|
|
|
|
.container= render 'layouts/nav/project'
|
2013-03-18 22:43:14 +02:00
|
|
|
|
2013-04-01 22:30:48 +03:00
|
|
|
.container
|
2012-09-26 17:00:52 -04:00
|
|
|
.content= yield
|