Sha256: f40bb583ffea81f515fb9b4b7fd76d757d36013b9a1c968ea87afd32152b50dd
Contents?: true
Size: 288 Bytes
Versions: 26
Compression:
Stored size: 288 Bytes
Contents
#{ Blog::Entries.render_partial(:show, :entry => @entry) } <div id="comments" class="comments"> <?r @entry.comments.each do |comment| ?> #{ Blog::Comments.render_partial(:show, :comment => comment) } <?r end ?> #{ Blog::Comments.render_partial(:form, :entry => @entry) } </div>
Version data entries
26 entries across 26 versions & 4 rubygems