We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 579cbe0 + 93735e7 commit 421fe2dCopy full SHA for 421fe2d
app/views/imports/issues/show.html.erb
@@ -1,7 +1,7 @@
1
<% content_for :before_main do %>
2
<%= render AppBreadcrumbComponent.new(items: [
3
{ text: t("dashboard.index.title"), href: dashboard_path },
4
- { text: t("programmes.index.title"), href: programmes_path },
+ { text: t("imports.index.title"), href: imports_path },
5
{ text: "Import issues", href: imports_issues_path },
6
]) %>
7
<% end %>
0 commit comments