app/cells/decidim/admin/content_block_cell.rb in decidim-admin-0.28.4 vs app/cells/decidim/admin/content_block_cell.rb in decidim-admin-0.29.0.rc1
- old
+ new
@@ -1,10 +1,9 @@
# frozen_string_literal: true
module Decidim
module Admin
class ContentBlockCell < Decidim::ViewModel
- include Decidim::IconHelper
include Decidim::ContentBlocks::HasRelatedComponents
delegate :public_name_key, :has_settings?, :component_manifest_name, to: :model
delegate :content_block_destroy_confirmation_text, to: :controller