Sha256: 1680f5fb580d6bcd7ae21999947c26c3a3cdf7f57868b42916656b7c97472edc
Contents?: true
Size: 560 Bytes
Versions: 5
Compression:
Stored size: 560 Bytes
Contents
<H1><%=h @conf.html_title %></H1> <% param = { 'prefix' => 'i.', 'index' => @conf.index, 'date_format' => @conf.date_format, 'section_anchor' => @conf.section_anchor, 'comment_anchor' => @conf.comment_anchor, 'long_mode' => false, 'show_referer' => false, 'referer_limit' => 0, 'show_comment' => @conf.show_comment, 'comment_limit' => -1, 'multi_user' => @conf.multi_user, 'show_nyear' => false, } latest( 1 ) do |diary| %> <P> <%%= mobile_navi %> </P> <%= diary.eval_rhtml( param ) %> <%%=comment_form_mobile%> <%%= mobile_navi %> <% end %>
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
tdiary-4.1.3 | views/i.latest.rhtml |
tdiary-4.1.2 | views/i.latest.rhtml |
tdiary-4.1.1 | views/i.latest.rhtml |
tdiary-4.1.0 | views/i.latest.rhtml |
tdiary-4.1.0.20141126 | views/i.latest.rhtml |