Sha256: aeaac9d69f84dce92e811f151b431a87ef98c27cfc0840beadec541ae156e1a8
Contents?: true
Size: 188 Bytes
Versions: 2
Compression:
Stored size: 188 Bytes
Contents
module TagsHelper def show_tags(tags) links = [] tags.each { |t| links << link_to(t.tag, :controller => 'tags', :action => 'show', :tag => t.tag)} links.join(', ') end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
EliteJournal-1.9.480 | app/helpers/tags_helper.rb |
EliteJournal-1.9.492 | app/helpers/tags_helper.rb |