Module ProposalsHelper
In: app/helpers/proposals_helper.rb

Methods

Public Instance methods

[Source]

   # File app/helpers/proposals_helper.rb, line 2
2:   def icon_for_proposal(proposal, target="proposal")
3:     img = "/images/citizen.gif"
4:     alt = t('proposals.propuestas_ciudadanas')
5:     
6:     image_tag(img, :width => 30, :height => 30, :alt => alt)
7:   end

[Validate]