From 3fb85eff8510ef7d5505924805cabde0edcebef3 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Mon, 23 Dec 2013 17:07:37 +0100 Subject: Move markup from decorator to template. Note to self, use model decorators to massage model data, but leave the markup to the views where it belong. --- app/views/common/_sidebar_module.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/views') diff --git a/app/views/common/_sidebar_module.html.erb b/app/views/common/_sidebar_module.html.erb index 41f51e7..73554b7 100644 --- a/app/views/common/_sidebar_module.html.erb +++ b/app/views/common/_sidebar_module.html.erb @@ -1,9 +1,9 @@ <% modules.keys.each do |c| -%> <% end -%> -- cgit v1.2.3