Skip to content

Commit 5590545

Browse files
authored
Merge pull request #70 from MITLibraries/rdi-242-content-types-bug
Delimit content types in a readable format
2 parents 553a628 + ff2aaea commit 5590545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/record/_record.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<% if @record['contentType'].present? %>
1515
<span class="record-type">
1616
<% # 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 %>
17-
<span class="sr">Type</span> <%= @record['contentType'].join %>
17+
<span class="sr">Type</span> <%= @record['contentType'].join(' ; ') %>
1818
</span>
1919
<% end %>
2020

0 commit comments

Comments
 (0)