Class: RedmineRate::Hooks::PluginTimesheetViewsTimesheetGroupHeaderHook
- Inherits:
-
Redmine::Hook::ViewListener
- Object
- Redmine::Hook::ViewListener
- RedmineRate::Hooks::PluginTimesheetViewsTimesheetGroupHeaderHook
- 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 content_tag(:th, l(:rate_cost), :width => '8%') end |