Skip to content

Commit 421fe2d

Browse files
authored
Fix import issue breadcrumb (#3225)
This was incorrect as the user won't have come from the programmes section to get here.
2 parents 579cbe0 + 93735e7 commit 421fe2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/imports/issues/show.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<% content_for :before_main do %>
22
<%= render AppBreadcrumbComponent.new(items: [
33
{ text: t("dashboard.index.title"), href: dashboard_path },
4-
{ text: t("programmes.index.title"), href: programmes_path },
4+
{ text: t("imports.index.title"), href: imports_path },
55
{ text: "Import issues", href: imports_issues_path },
66
]) %>
77
<% end %>

0 commit comments

Comments
 (0)