Skip to content

Commit ef4255f

Browse files
authored
Update Subject and institution (#6)
* update subject, institution * spec test
1 parent f3b075b commit ef4255f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ GEM
340340
rchardet (1.8.0)
341341
rdoc (6.6.0)
342342
psych (>= 4.0.0)
343-
regexp_parser (2.8.2)
343+
regexp_parser (2.8.3)
344344
reline (0.4.1)
345345
io-console (~> 0.5)
346346
responders (3.1.1)

app/views/catalog/_home_text.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class='col-sm'>
44
<%= content_tag :h3, t('geoblacklight.home.category_heading') %>
55
<div class='row'>
6-
<%= render(Geoblacklight::HomepageFeatureFacetComponent.new(icon: 'tags', label: 'geoblacklight.home.theme', facet_field: Settings.FIELDS.THEME, response: @response)) %>
6+
<%= render(Geoblacklight::HomepageFeatureFacetComponent.new(icon: 'tags', label: 'geoblacklight.home.subject', facet_field: Settings.FIELDS.SUBJECT, response: @response)) %>
77
<%= render(Geoblacklight::HomepageFeatureFacetComponent.new(icon: 'arrow-circle-down', label: 'geoblacklight.home.resource_class', facet_field: Settings.FIELDS.RESOURCE_CLASS, response: @response)) %>
88
</div>
99
<div class='row'>

config/settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ FIELDS:
8888
:WXS_IDENTIFIER: 'gbl_wxsIdentifier_s'
8989

9090
# Institution deployed at
91-
INSTITUTION: 'Berkeley'
91+
INSTITUTION: 'University of California Berkeley'
9292

9393
# Metadata shown in tool panel
9494
METADATA_SHOWN:

spec/system/application_system_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
it 'can veiw restricted data' do
99
visit '/catalog/berkeley-s7b12n'
10-
expect(page).to have_text('Administrative Boundary Maps of China, 1949-2014')
10+
expect(page).to have_text('Login to View and Download')
1111
end
1212
end

0 commit comments

Comments
 (0)