##// END OF EJS Templates
remove trailing white-spaces from extra/sample_plugin/init.rb...
Toshi MARUYAMA -
r9161:384722384155
parent child
Show More
@@ -24,7 +24,7 Redmine::Plugin.register :sample_plugin do
24 24
25 25 # A new item is added to the project menu
26 26 menu :project_menu, :sample_plugin, { :controller => 'example', :action => 'say_hello' }, :caption => 'Sample'
27
27
28 28 # Meetings are added to the activity view
29 29 activity_provider :meetings
30 30 end
General Comments 0
You need to be logged in to leave comments. Login now