Sha256: 094b925a24e3ce91e64ed31d8112d74a9f703895e28c58c9135e08c97bf610e9

Contents?: true

Size: 199 Bytes

Versions: 22

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

22 entries across 22 versions & 1 rubygems

Version Path
license_finder-3.0.4 lib/license_finder/reports/html_report.rb
license_finder-3.0.2 lib/license_finder/reports/html_report.rb
license_finder-3.0.1 lib/license_finder/reports/html_report.rb
license_finder-3.0.0 lib/license_finder/reports/html_report.rb
license_finder-2.1.2 lib/license_finder/reports/html_report.rb
license_finder-2.1.1 lib/license_finder/reports/html_report.rb
license_finder-2.1.0 lib/license_finder/reports/html_report.rb
license_finder-2.1.0.rc9 lib/license_finder/reports/html_report.rb
license_finder-2.1.0.rc8 lib/license_finder/reports/html_report.rb
license_finder-2.1.0.rc7 lib/license_finder/reports/html_report.rb
license_finder-2.1.0.rc6 lib/license_finder/reports/html_report.rb
license_finder-2.1.0.rc5 lib/license_finder/reports/html_report.rb
license_finder-2.1.0.rc4 lib/license_finder/reports/html_report.rb
license_finder-2.1.0.rc3 lib/license_finder/reports/html_report.rb
license_finder-2.1.0.rc2 lib/license_finder/reports/html_report.rb
license_finder-2.1.0.rc1 lib/license_finder/reports/html_report.rb
license_finder-2.0.4 lib/license_finder/reports/html_report.rb
license_finder-2.0.3 lib/license_finder/reports/html_report.rb
license_finder-2.0.2 lib/license_finder/reports/html_report.rb
license_finder-2.0.1 lib/license_finder/reports/html_report.rb