Sha256: fb51ad9c61581c796594418f29b1d4cd3865dc5f31aa15233f5289e85d3948e1
Contents?: true
Size: 713 Bytes
Versions: 47
Compression:
Stored size: 713 Bytes
Contents
<%= @conf.header %> <hr class="sep"> <% param = { 'date_format' => @conf.date_format, 'index' => @conf.index, 'section_anchor' => @conf.section_anchor, 'comment_anchor' => @conf.comment_anchor, 'long_mode' => false, 'show_referer' => @conf.show_referer, 'referer_limit' => @conf.referer_limit, 'referer_table' => @conf.referer_table, 'show_comment' => @conf.show_comment, 'comment_limit' => @conf.comment_limit, 'multi_user' => @conf.multi_user, 'show_nyear' => @conf.show_nyear, 'comment_length' => @conf.comment_length, 'hide_comment_form' => @conf.hide_comment_form, } latest( @conf.latest_limit ) do |diary| %> <%= diary.eval_rhtml( param ) %> <hr class="sep"><% end %> <%= @conf.footer %>
Version data entries
47 entries across 36 versions & 1 rubygems