Sha256: a50c629773da2933ae97d2cc121372fd8cce973c539d13d646ee98b4dc5dcd03

Contents?: true

Size: 371 Bytes

Versions: 7

Compression:

Stored size: 371 Bytes

Contents

# frozen_string_literal: true

module Decidim
  class NewConversationCell < Decidim::ViewModel
    include Decidim::IconHelper
    include Decidim::Core::Engine.routes.url_helpers
    include ActionView::Helpers::DateHelper

    delegate :current_organization, to: :controller

    def show
      render :show
    end

    def form
      context[:form]
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
decidim-core-0.15.2 app/cells/decidim/new_conversation_cell.rb
decidim-core-0.15.1 app/cells/decidim/new_conversation_cell.rb
decidim-core-0.15.0 app/cells/decidim/new_conversation_cell.rb
decidim-core-0.14.4 app/cells/decidim/new_conversation_cell.rb
decidim-core-0.14.3 app/cells/decidim/new_conversation_cell.rb
decidim-core-0.14.2 app/cells/decidim/new_conversation_cell.rb
decidim-core-0.14.1 app/cells/decidim/new_conversation_cell.rb