Skip to content

Commit

Permalink
Rename persistent link.
Browse files Browse the repository at this point in the history
closes #404
  • Loading branch information
justinlittman committed Jan 17, 2025
1 parent 76400ac commit 40b9e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id:, label:, show_label: false
) do |component| %>
<% component.with_header(
headers: ['Recent deposits in collection', 'Deposit status', 'Owner', 'Last modified', 'Persistent link']
headers: ['Recent deposits in collection', 'Deposit status', 'Owner', 'Last modified', 'Link for sharing']
) %>
<% works.each do |work| %>
<% component.with_row(values: values_for(work), id: id_for(work)) %>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
expect(table).to have_css('th', text: 'Deposit status')
expect(table).to have_css('th', text: 'Owner')
expect(table).to have_css('th', text: 'Last modified')
expect(table).to have_css('th', text: 'Persistent link')
expect(table).to have_css('th', text: 'Link for sharing')
table_body = table.find('tbody')
expect(table_body).to have_css('tr', count: 2)
first_row = table_body.find('tr:nth-of-type(1)')
Expand Down

0 comments on commit 40b9e9a

Please sign in to comment.