aboutsummaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-rw-r--r--app/views/common/_sidebar_module.html.erb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/common/_sidebar_module.html.erb b/app/views/common/_sidebar_module.html.erb
index c5bc5c9..07eba16 100644
--- a/app/views/common/_sidebar_module.html.erb
+++ b/app/views/common/_sidebar_module.html.erb
@@ -1,3 +1,4 @@
+<% unless modules.nil? %>
<% modules.keys.each do |c| -%>
<div class="sidebar_content">
<h1><%= c %></h1>
@@ -8,4 +9,4 @@
<% end %>
</div>
<% end -%>
-
+<% end -%>