Sha256: 754f48aff3a7ff63da694ff06e1f916f9895fe465e391c99661da579acdbca22
Contents?: true
Size: 624 Bytes
Versions: 27
Compression:
Stored size: 624 Bytes
Contents
<H2><%%= title_proc( Time::at( <%=@date.to_i%> ), <%= title.dump.gsub( /%/, '\\\\045' ) %> ) %></H2> <%%= body_enter_proc( Time::at( <%=@date.to_i%> ) ) %> <%= to_html( opt, :CHTML ) %> <%%= body_leave_proc( Time::at( <%=@date.to_i%> ) ) %><% if opt['show_comment'] and count_comments > 0 then idx = 0 %> <P><%%=comment_today%><%%=comment_total( <%=count_comments%> )%>:<BR><% each_comment(opt['comment_limit'] ) do |comment| if comment.visible? %> <A NAME="c<%= '%02d' % idx += 1 %>">#</A> <%=h comment.name %> [<%= comment.shorten( 200 ).make_link %>]<BR><% else idx += 1 end end %></P> <% end %>
Version data entries
27 entries across 27 versions & 1 rubygems