Sha256: 21389194b12a1b96433d0d493c1343c6f0f6951deb831df9941aa991f48aba95
Contents?: true
Size: 719 Bytes
Versions: 22
Compression:
Stored size: 719 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, PATH ) %> <hr class="sep"><% end %> <%= @conf.footer %>
Version data entries
22 entries across 22 versions & 1 rubygems
Version | Path |
---|---|
tdiary-3.2.2.20130508 | skel/latest.rhtml |
tdiary-3.2.2.20130507 | skel/latest.rhtml |