Sha256: 93eeb4ca2265e4711127f49709a19a3ab52b7c5dc37a722a004b5425069bf70e
Contents?: true
Size: 419 Bytes
Versions: 4
Compression:
Stored size: 419 Bytes
Contents
# frozen_string_literal: true module Decidim module DecidimAwesome module Voting class VotingCardsCounterCell < VotingCardsBaseCell def show render :show end def resource_path resource_locator(model).path end def vote_btn_class user_voted_weight ? "weight_#{user_voted_weight.to_i}" : "hollow" end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems