Sha256: 2f0d2bb0afc964cceaa7495c681d6ba4c195784bae5b8b3324b9d4cfe0709ad7

Contents?: true

Size: 914 Bytes

Versions: 11

Compression:

Stored size: 914 Bytes

Contents

  <div class="colophon">
<% if @config['subtitle'].nil? %>
    <p class="title"><%= h(@config.name_of('title')) %></p>
<% else %>
    <p class="title"><%= h(@config.name_of('title')) %><br /><span class="subtitle"><%= h(@config.name_of('subtitle')) %></span></p>
<% end %>
<% if @config['date'] || @config['history'] %>
<%= colophon_history %>
<% end %>
    <table class="colophon">
<% @config['colophon_order'].each do |role| %>
<%   if @config[role] %>
      <tr><th><%= h(ReVIEW::I18n.t(role)) %></th><td><%= h(join_with_separator(config.names_of(role), ReVIEW::I18n.t('names_splitter'))) %></td></tr>
<%   end %>
<% end %>
<% if @isbn_hyphen %>
      <tr><th>ISBN</th><td><%= @isbn_hyphen %></td></tr>
<% end %>
    </table>
<% if @config['rights'] && !@config['rights'].empty? %>
    <p class="copyright"><%= join_with_separator(config.names_of('rights').map { |m| h(m) }, '<br />') %></p>
<% end %>
  </div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
review-5.10.0 templates/html/_colophon.html.erb
review-5.9.0 templates/html/_colophon.html.erb
review-5.8.0 templates/html/_colophon.html.erb
review-5.7.0 templates/html/_colophon.html.erb
review-5.6.0 templates/html/_colophon.html.erb
review-5.5.0 templates/html/_colophon.html.erb
review-5.4.0 templates/html/_colophon.html.erb
review-5.3.0 templates/html/_colophon.html.erb
review-5.2.0 templates/html/_colophon.html.erb
review-5.1.1 templates/html/_colophon.html.erb
review-5.1.0 templates/html/_colophon.html.erb