Skip to content

Commit

Permalink
Merge pull request #3124 from projectblacklight/link-analytics
Browse files Browse the repository at this point in the history
remove link for analytics view
  • Loading branch information
corylown authored Sep 16, 2024
2 parents 3fd53ca + b247481 commit 1519764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/spotlight/dashboards/analytics.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<%= render 'analytics' %>
<% else %>
<div class="empty-page-block">
<p>In order to view exhibit analytics, the site administrator must <a href="https://github.com/projectblacklight/spotlight/wiki/Installation">configure an analytics provider.</a></p>
<p>In order to view exhibit analytics, the site administrator must configure an analytics provider.</p>
</div>
<% end %>
2 changes: 1 addition & 1 deletion spec/views/spotlight/dashboards/analytics.html.erb_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

it 'has directions for configuring analytics' do
render
expect(rendered).to have_link 'configure an analytics provider'
expect(rendered).to have_text 'configure an analytics provider'
end

context 'with a configured analytics integration' do
Expand Down

0 comments on commit 1519764

Please sign in to comment.