Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
title: "DM patients ≥40y prescribed statins".html_safe,
subtitle: "Diabetes patients in #{region.name} ≥40 years old that were prescribed statins at their latest visit in the last 12 months.") do |title| %>
<%= title.tooltip({
"Numerator" => "Patients prescribed statins at their latest visit.",
"Numerator" => "Patients prescribed statins at their latest visit in the last 12 months.",
"Denominator" => t(denominator_copy, region_name: region.name)
}) %>
<%= title.ltfu_toggle(id: 'DMPrescribedStatinsGraphLtfuToggle', enabled: with_ltfu) %>
Expand Down