Sha256: 8f3c6f08b7d7b775c018d87f973ff22ca879b892fff2447153e410c04c09ba84
Contents?: true
Size: 203 Bytes
Versions: 5
Compression:
Stored size: 203 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
5 entries across 5 versions & 1 rubygems