File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<%= render AppCardComponent.new(feature: true) do |card| %>
22 <% card.with_heading(level: 3) do %>
3- <%= pluralize(imports.count, "import ") %>
3+ <%= pluralize(imports.count, "upload ") %>
44 <% end %>
55
66 <%= govuk_table(html_attributes: {
77 class: "nhsuk-table-responsive",
88 }) do |table| %>
99 <% table.with_head do |head| %>
1010 <% head.with_row do |row| %>
11- <% row.with_cell(text: "Imported on") %>
11+ <% row.with_cell(text: "Uploaded on") %>
1212 <% unless @team.has_national_reporting_access? %>
1313 <% row.with_cell(text: "Type") %>
1414 <% end %>
2121 <% imports.each do |import| %>
2222 <% body.with_row do |row| %>
2323 <% row.with_cell do %>
24- <span class ="nhsuk-table-responsive__heading "> Imported on</ span >
24+ <span class ="nhsuk-table-responsive__heading "> Uploaded on</ span >
2525 <%= link_to import . created_at . to_fs ( :long ) , path ( import ) %>
2626 < br />
2727 < span class ="nhsuk-u-secondary-text-color nhsuk-u-font-size-16 ">
You can’t perform that action at this time.
0 commit comments