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