Skip to content

Commit

Permalink
Merge pull request #1923 from alphagov/fix_report_ordering_link
Browse files Browse the repository at this point in the history
fix: correct ordering of content workflow reports and link text
  • Loading branch information
FelixMarcusMillne authored Sep 22, 2023
2 parents ffb0548 + e315a54 commit 6874443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/reports/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<%= report_last_updated("editorial_progress")%>
</p>
<p>
<strong><%= link_to 'Content summary and workflow history for all published editions', all_content_workflow_report_path(format: :csv) %></strong><br />
<strong><%= link_to 'Content summary and workflow history for all published editions', content_workflow_report_path(format: :csv) %></strong><br />
<%= report_last_updated("content_workflow")%>
</p>
<p>
<strong><%= link_to 'Content summary and workflow history for all editions', content_workflow_report_path(format: :csv) %></strong><br />
<strong><%= link_to 'Content summary and workflow history for all editions', all_content_workflow_report_path(format: :csv) %></strong><br />
<%= report_last_updated("all_content_workflow")%>
</p>
<p>
Expand Down

0 comments on commit 6874443

Please sign in to comment.