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