Sha256: 3a9969ca547055275e55e753c839150e42a91fdb1ddab91d114c7f254b7bb999

Contents?: true

Size: 709 Bytes

Versions: 3

Compression:

Stored size: 709 Bytes

Contents

- @nav_type = "navbar-fixed-top"
- content_for :javascripts do 
	= javascript_include_tag "hatchy/projects/edit"
.row
	%section.sidebar-page.expanded{style:"overflow:hidden; outline:none;"}
		= render "hatchy/projects/edit/project_sidebar"
		.content-wrapper
			= render "hatchy/projects/edit/basic"
			= render "hatchy/projects/edit/goal"
			= render "hatchy/projects/edit/description"
			= render "hatchy/projects/edit/video"
			= render "hatchy/projects/edit/budget"
			= render "hatchy/projects/edit/project_card"
			= render "hatchy/projects/edit/rewards"
			- if !@project.draft?
				= render "hatchy/projects/edit/account"
			- if @project.analysis?
				= render "hatchy/projects/edit/analysis_success"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hatchy-0.0.7.pre app/views/hatchy/projects/edit.html.haml
hatchy-0.0.6.pre app/views/hatchy/projects/edit.html.haml
hatchy-0.0.5.pre app/views/hatchy/projects/edit.html.haml