• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pulibrary / orangelight / 00dbc10b-d747-4ad7-b211-7b26d753abbb

14 Aug 2025 01:25PM UTC coverage: 0.483% (-94.9%) from 95.343%
00dbc10b-d747-4ad7-b211-7b26d753abbb

push

circleci

web-flow
Merge pull request #5181 from pulibrary/dependabot/bundler/activestorage-7.2.2.2

Bump activestorage from 7.2.2.1 to 7.2.2.2

47 of 9721 relevant lines covered (0.48%)

0.01 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/app/components/holdings/call_number_link_component.rb
1
# frozen_string_literal: true
2
# This class is responsible for displaying the call number and a call
3
# number browse link
4
class Holdings::CallNumberLinkComponent < ViewComponent::Base
×
5
  def initialize(holding, cn_value)
×
6
    @holding = holding
×
7
    @cn_value = cn_value
×
8
  end
×
9

10
    private
×
11

12
      attr_reader :holding, :cn_value
×
13

14
      def browse_url
×
15
        "/browse/call_numbers?q=#{CGI.escape(cn_value)}"
×
16
      end
×
17

18
      def original_title
×
19
        "Browse: #{cn_value}"
×
20
      end
×
21
end
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc