Class: Decidim::Budgets::ProjectVotesCountCell

Inherits:
ViewModel
  • Object
show all
Includes:
IconHelper
Defined in:
app/cells/decidim/budgets/project_votes_count_cell.rb

Overview

This cell renders the vote count. Two possible layouts: One or two lines

Instance Method Summary collapse

Instance Method Details

#showObject



11
12
13
14
15
# File 'app/cells/decidim/budgets/project_votes_count_cell.rb', line 11

def show
  return unless show_votes_count?

   :span, content, class: css_class
end