Sha256: f089f588ef6837db8791b3ecba0eb61b33052ed3ac6fbd18c572e1fb68e40a62
Contents?: true
Size: 462 Bytes
Versions: 16
Compression:
Stored size: 462 Bytes
Contents
= panel_for "#{@notable_resource}-notes-panel" do .panel-heading = print_count @notable.notes_count, t(:'note.plural') .panel-body .table-responsive table.table.table-condensed.table-hover thead tr th = t(:'note.title') th = t(:'note.content') tbody - @notable.notes.each do |note| tr id="note-#{note.id}" td = note.title td = truncate(note.content, length: 80)
Version data entries
16 entries across 16 versions & 2 rubygems