Skip to content

Commit

Permalink
use https for hanmoto.com
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Jan 4, 2020
1 parent 115a957 commit 65cc02d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
# EnjuManifestationViewer
[<img
src="https://travis-ci.com/next-l/enju_manifestation_viewer.svg?branch=1.3"
alt="Build Status" />](https://travis-ci.com/next-l/enju_manifestation_viewer)
[<img
src="https://coveralls.io/repos/next-l/enju_manifestation_viewer/badge.svg?bra
nch=1.3&service=github" alt="Coverage Status"
/>](https://coveralls.io/github/next-l/enju_manifestation_viewer?branch=1.3)
[<img src="https://hakiri.io/github/next-l/enju_manifestation_viewer/1.3.svg"
alt="security"
/>](https://hakiri.io/github/next-l/enju_manifestation_viewer/1.3)
[![Travis CI](https://travis-ci.com/next-l/enju_manifestation_viewer.svg?branch=1.3)](https://travis-ci.com/next-l/enju_manifestation_viewer)
[![Coverage Status](https://coveralls.io/repos/github/next-l/enju_enju_manifestation_viewer/badge.svg?branch=1.3)](https://coveralls.io/github/next-l/enju_enju_manifestation_viewer?branch=1.3)
[![security](https://hakiri.io/github/next-l/enju_enju_manifestation_viewer/1.3.svg)](https://hakiri.io/github/next-l/enju_enju_manifestation_viewer/1.3)

This project rocks and uses MIT-LICENSE.

## 製作者・貢献者 (Authors and contributors)
* [TANABE, Kosuke](https://github.com/nabeta) ([@nabeta](https://twitter.com/nabeta))
* [Project Next-L](https://www.next-l.jp) ([@ProjectNextL](https://twitter.com/ProjectNextL))
* [Project Next-L](https://www.next-l.jp) ([@ProjectNextL](https://twitter.com/ProjectNextL))
2 changes: 1 addition & 1 deletion app/views/manifestations/_hanmotocom_thumbnail.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<% unless manifestation.identifier_contents(:isbn).empty? %>
<div id="gbsthumbnail<%= manifestation.id %>" class="book_jacket"></div>
<%= image_tag("http://www.hanmoto.com/bd/img/#{ Lisbn.new(manifestation.identifier_contents(:isbn).first).isbn13 }.jpg") %>
<%= image_tag("https://www.hanmoto.com/bd/img/#{ Lisbn.new(manifestation.identifier_contents(:isbn).first).isbn13 }.jpg") %>
<% else %>
<% if @library_group.settings[:book_jacket_unknown_resource] %>
<%= @library_group.settings[:book_jacket_unknown_resource] %>
Expand Down

0 comments on commit 65cc02d

Please sign in to comment.