Class: RedmineRate::Hooks::PluginTimesheetViewsTimesheetGroupHeaderHook

Inherits:
Redmine::Hook::ViewListener
  • Object
show all
Defined in:
lib/redmine_rate/hooks/plugin_timesheet_views_timesheet_group_header_hook.rb

Instance Method Summary collapse

Instance Method Details

#plugin_timesheet_views_timesheet_group_header(context = {}) ⇒ Object



4
5
6
# File 'lib/redmine_rate/hooks/plugin_timesheet_views_timesheet_group_header_hook.rb', line 4

def plugin_timesheet_views_timesheet_group_header(context={})
  return (:th, l(:rate_cost), :width => '8%')
end