Sha256: dfd896d4592c506c36e6f081145bf9e23b30dff1b0993b3081d373a2498830b5

Contents?: true

Size: 199 Bytes

Versions: 60

Compression:

Stored size: 199 Bytes

Contents

module LicenseFinder
  class HtmlReport < ErbReport
    private

    def template_name
      'html_report'
    end

    def bootstrap
      TEMPLATE_PATH.join('bootstrap.css').read
    end
  end
end

Version data entries

60 entries across 60 versions & 2 rubygems

Version Path
license_finder-7.1.0 lib/license_finder/reports/html_report.rb
license_finder-7.0.1 lib/license_finder/reports/html_report.rb
license_finder-7.0.0 lib/license_finder/reports/html_report.rb
license_finder-6.15.0 lib/license_finder/reports/html_report.rb
gitlab-license_finder-6.14.2.1 lib/license_finder/reports/html_report.rb
license_finder-6.14.2 lib/license_finder/reports/html_report.rb
license_finder-6.14.1 lib/license_finder/reports/html_report.rb
license_finder-6.13.0 lib/license_finder/reports/html_report.rb
license_finder-6.12.2 lib/license_finder/reports/html_report.rb
license_finder-6.12.1 lib/license_finder/reports/html_report.rb
license_finder-6.12.0 lib/license_finder/reports/html_report.rb
license_finder-6.11.0 lib/license_finder/reports/html_report.rb
license_finder-6.10.1 lib/license_finder/reports/html_report.rb
license_finder-6.10.0 lib/license_finder/reports/html_report.rb
license_finder-6.9.0 lib/license_finder/reports/html_report.rb
license_finder-6.8.2 lib/license_finder/reports/html_report.rb
license_finder-6.8.1 lib/license_finder/reports/html_report.rb
license_finder-6.8.0 lib/license_finder/reports/html_report.rb
license_finder-6.7.0 lib/license_finder/reports/html_report.rb
license_finder-6.6.2 lib/license_finder/reports/html_report.rb