Sha256: 33f5a9f4ef2309b063eed3a6d0ba80e961ae55f0ef9726eff64936b469655dca
Contents?: true
Size: 409 Bytes
Versions: 19
Compression:
Stored size: 409 Bytes
Contents
= table.batch_actions actions: { destroy_many: url_for(action: :destroy_many) } = table.column :target do |resource| - resource.path.presence || resource.resource&.human = table.column :meta_tags_count = table.column :meta_tags_to_html do |resource| - capture_haml do %pre= resource.meta_tags_to_html = table.acts_as_published_actions sort: { column_name: :published_at } = table.timestamps sort: true
Version data entries
19 entries across 19 versions & 1 rubygems