aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
diff options
context:
space:
mode:
authorMichel Etienne2012-04-19 08:42:36 +0200
committerMichel Etienne2012-04-19 08:42:36 +0200
commit61cd44aa68fe296675b1a4863c71cdcfb38257ff (patch)
tree92494cd7f07c5223cc477e78d07c990c3f0e0a04 /app/controllers
parent0671126a7169ebc6b77576703a26cd47957476c6 (diff)
downloadchouette-core-61cd44aa68fe296675b1a4863c71cdcfb38257ff.tar.bz2
update help and put an empty all icon on area types
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/help_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/help_controller.rb b/app/controllers/help_controller.rb
index 92f96ebd7..91e8088de 100644
--- a/app/controllers/help_controller.rb
+++ b/app/controllers/help_controller.rb
@@ -2,6 +2,7 @@ class HelpController < ApplicationController
def show
@page = HelpPage.find(slug)
+ @toc = HelpPage.find("toc")
end
private