Skip to content

Commit d4eef7e

Browse files
Sc 15055 (#5548)
**Story card:** [sc-15055](https://app.shortcut.com/simpledotorg/story/15055/additional-reports-for-district-dashboards-bp-fudging) Because At district level, quick links will open the corresponding metabase report for that district This Addresses Will open the quick links for the respective district Test Instructions Enable the flipper "quick_link_for_metabase"
1 parent 57a4275 commit d4eef7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/reports/regions/show.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<div><a href="<%= ENV.fetch('DISTRICT_METABASE_TITRATION_URL', '') %><%= @region.name %>" target="_blank">
3535
Metabase: Titration report
3636
</a></div>
37-
<div><a href="<%= ENV.fetch('DISTRICT_METABASE_BP_FUDGING_URL', '') %><%= @region.parent.name %>&district_name= <%= @region.name %>" target="_blank">
37+
<div><a href="<%= ENV.fetch('DISTRICT_METABASE_BP_FUDGING_URL', '') %><%= @region.parent.name %>&district_name=<%= @region.name %>" target="_blank">
3838
Metabase: BP fudging report
3939
</a></div>
4040
</div>

0 commit comments

Comments
 (0)