Sha256: ea414fc74cde14324d196f983203c8f574209fabc727d89123f61e0768a7a54a
Contents?: true
Size: 209 Bytes
Versions: 12
Compression:
Stored size: 209 Bytes
Contents
<%= grid(@tasks_grid) do |g| g.blank_slate do content_tag :div, "No records found", class: 'well' end g.column name: 'ID', attribute: 'id' g.column name: 'Title', attribute: 'title' end -%>
Version data entries
12 entries across 12 versions & 2 rubygems