Skip to content

Commit

Permalink
Show "Imported from" instead of "Assigned by"
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Sep 27, 2024
1 parent 5ada1dc commit 0930474
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
content += '<div class="author-and-year">' + feature.author_and_year + '</div>\n';
}
if (feature.assigned_by) {
content += '<div>Assigned by: ' + feature.assigned_by + '</div>\n';
content += '<div>Imported from: ' + feature.assigned_by + '</div>\n';
}
if (feature.evidence) {
content += '<div class="evidence">Evidence: ' + feature.evidence + '</div>\n';
Expand Down

0 comments on commit 0930474

Please sign in to comment.