summaryrefslogtreecommitdiffstats
path: root/lib/generators/redmine_plugin_controller/templates/view.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/generators/redmine_plugin_controller/templates/view.html.erb')
-rw-r--r--lib/generators/redmine_plugin_controller/templates/view.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/generators/redmine_plugin_controller/templates/view.html.erb b/lib/generators/redmine_plugin_controller/templates/view.html.erb
index c24afaa6e..1fdb03dc7 100644
--- a/lib/generators/redmine_plugin_controller/templates/view.html.erb
+++ b/lib/generators/redmine_plugin_controller/templates/view.html.erb
@@ -1 +1 @@
-<h2><%= class_name %>#<%= action %></h2>
+<h2><%= @controller_class %>Controller#<%= @action_name %></h2>