Sha256: ac1184aa4faa7975def25a57952cb930a3c88f6adce05f595d521f877a9c55dc
Contents?: true
Size: 672 Bytes
Versions: 22
Compression:
Stored size: 672 Bytes
Contents
<H1><%=h @conf.html_title %></H1> <P> <%%= mobile_navi %> </P> <% if @diary then 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, 'anchor' => true, 'hide_comment_form' => @conf.hide_comment_form, 'show_nyear' => false, } %> <%= @diary.eval_rhtml( param, PATH ) %> <%%=comment_form_mobile%> <% else %> <p><%%=no_diary%></P><% end %> <%%= mobile_navi %>
Version data entries
22 entries across 22 versions & 1 rubygems