Skip to content

Instantly share code, notes, and snippets.

@munen
Created October 31, 2011 19:06
Show Gist options
  • Save munen/1328521 to your computer and use it in GitHub Desktop.
Save munen/1328521 to your computer and use it in GitHub Desktop.
diff --git a/app/views/pages/edit.html.haml b/app/views/pages/edit.html.haml
index c0e5a6a..f545605 100644
--- a/app/views/pages/edit.html.haml
+++ b/app/views/pages/edit.html.haml
@@ -9,7 +9,7 @@
#page_form{ :style => 'display: none;' }
!= render :partial => 'pages/form'
-#page_content{ }
+#page_content
!= render :partial => 'new_comp_links'
- unless @page.comps.empty?
%fieldset#preview
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment