Module: Decidim::CardHelper

Overview

Helpers related to icons

Instance Method Summary collapse

Instance Method Details

#card_for(model, options = {}) ⇒ Object

Public: Returns a card given an instance of a Component.

model - The component instance to generate the card for. options - a Hash with options, for the size of the card

Returns an HTML.



12
13
14
# File 'decidim-core/app/helpers/decidim/card_helper.rb', line 12

def card_for(model, options = {})
  cell "decidim/card", model, options
end