app/views/hatchy/admin/projects/_about.html.haml in hatchy-0.0.6.pre vs app/views/hatchy/admin/projects/_about.html.haml in hatchy-0.0.7.pre
- old
+ new
@@ -1,8 +1,8 @@
.col-md-7
%h3 About
- = @project.about.html_safe
+ = @project.about.html_safe if @project.about
%hr
%h3 Budget
- = @project.budget.html_safe
+ = @project.budget.html_safe if @project.budget
.col-md-4
= render "hatchy/shared/project", project: @project
\ No newline at end of file