1
0
This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
body_tracking/lib/body_tracking/body_trackers_view_listener.rb
cryptogopher 0001b56ca6 Added nutrient view on ingredients index
Created custom plugin's stylesheet
2019-09-24 23:41:22 +02:00

6 lines
170 B
Ruby

module BodyTracking
class BodyTrackersViewListener < Redmine::Hook::ViewListener
render_on :view_layouts_base_html_head, partial: 'layouts/body_tracking'
end
end