You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why these changes are being introduced:
The record view does not join the content type field on a character,
so multiple content types are displayed in an unreadable format.
Relevant ticket(s):
https://mitlibraries.atlassian.net/browse/RDI-242
How this addresses that need:
This joins the content type field on a semicolon to render it
the same as the result view.
Side effects of this change:
None.
Copy file name to clipboardExpand all lines: app/views/record/_record.html.erb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
<%if@record['contentType'].present?%>
15
15
<spanclass="record-type">
16
16
<%# we need to create separate displays for different types of content types, see https://github.com/MITLibraries/bento/pull/908/files#diff-6718f9b88f6f93e59d8c2509512dc40a62088430ff3cce1165ab414565949415L22-L57 for starting point but we should anticipate wanting to expand to many more unique content types %>
0 commit comments