Sha256: 297e66c009e528ccffa4e893eafc44d8631c75694b173a360ba3314e6e693215
Contents?: true
Size: 588 Bytes
Versions: 1
Compression:
Stored size: 588 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<%= language %>"> <head> <link rel="stylesheet" type="text/css" href="styles/epub.css"/> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title><%= title %></title> </head> <body> <div id="cover"> <h1><%= title %></h1> <p class="subject"><%= subject %></p> <p class="authors"><%= authors.to_sentence %></p> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bookshelf-1.2.4 | templates/cover.erb |