Sha256: 7d5a383761af9d2b235674bac5f76a9e6adb77881cab58701bfa9bce8a353cd6
Contents?: true
Size: 204 Bytes
Versions: 3
Compression:
Stored size: 204 Bytes
Contents
module TagsHelper def show_tags(tags) links = [] tags.each { |t| links << link_to(t.tag, :controller => 'journal', :action => 'tag', :params => {'tag' => t.tag})} links.join(', ') end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
EliteJournal-1.9.400 | app/helpers/tags_helper.rb |
EliteJournal-1.9.401 | app/helpers/tags_helper.rb |
EliteJournal-1.9.403 | app/helpers/tags_helper.rb |