Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Commit bee2879

Browse files
VivianChulsitu
authored andcommitted
Fix duplicate note section
1 parent edb8eee commit bee2879

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

app/views/shared/fields/_show_raw.erb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
<% collectionsView = defined?(greetingsFromCollectionsView) %>
33
<% notesToExclude = ['performers','extent','abstract','table of contents','identifier',
44
'existence and location of originals','general physical description', 'dimensions',
5-
'digital origin', 'physical description', 'edition', 'site', 'funding', 'related publications', 'inscription', 'material details', 'material details:relationship to other loci', 'material details:storage method', 'material details:water depth', 'methods', 'biography', 'arrangement', 'technical details', 'publication information', 'venue', 'statement of responsibility', 'scope and content', 'note', 'location of originals', 'description', 'preferred citation', 'credits'] %>
5+
'digital origin', 'physical description', 'edition', 'site', 'funding', 'related publications',
6+
'inscription', 'material details', 'material details:relationship to other loci',
7+
'material details:storage method', 'material details:water depth', 'methods',
8+
'biography', 'arrangement', 'technical details', 'publication information', 'venue',
9+
'statement of responsibility', 'scope and content', 'note', 'location of originals',
10+
'description', 'preferred citation', 'credits', 'bibliography', 'classification', 'custodial history',
11+
'publication', 'series', 'thesis'] %>
612
<% unit_code = @document["unit_code_tesim"][0] if @document["unit_code_tesim"] %>
713

814
<%= render :partial => 'shared/fields/access_control_level' %>

0 commit comments

Comments
 (0)