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