From 16f51fd9dc454b26d9866b080caa17ffe2f8ce27 Mon Sep 17 00:00:00 2001 From: Daniel Beauchamp Date: Mon, 13 Aug 2012 23:36:38 -0400 Subject: Updated to use sprockets! Ah, much cleaner. --- templates/project/dashboards/layout.erb | 43 +++++++++++++-------------------- 1 file changed, 17 insertions(+), 26 deletions(-) (limited to 'templates/project/dashboards') diff --git a/templates/project/dashboards/layout.erb b/templates/project/dashboards/layout.erb index 97cb96d..23d3c9a 100644 --- a/templates/project/dashboards/layout.erb +++ b/templates/project/dashboards/layout.erb @@ -8,34 +8,25 @@ <%= yield_content(:title) %> - - - + + + - - - + - - - -
- <%= yield %> -
- - + +
+ <%= yield %> +
+ + <% if development? %> +
+

Paste the following at the top of <%= params[:dashboard] %>.erb

+ +
+ Save this layout + <% end %> + \ No newline at end of file -- cgit v1.2.3