1
0

Added nutrient view on ingredients index

Created custom plugin's stylesheet
This commit is contained in:
cryptogopher
2019-09-24 23:41:22 +02:00
parent 9664df4888
commit 0001b56ca6
9 changed files with 72 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
module BodyTracking
class BodyTrackersViewListener < Redmine::Hook::ViewListener
render_on :view_layouts_base_html_head, partial: 'layouts/body_tracking'
end
end