Sha256: d6de841324c2d08b01628585d0bd44ac106bb0f134b545bd8c6eec121371b035
Contents?: true
Size: 255 Bytes
Versions: 12
Compression:
Stored size: 255 Bytes
Contents
module SyntaxesHelper def link_to_syntax(syntax) label = h(ls_(syntax)) label << "{#{syntax.length}}" if syntax.length link_to(label, :controller => "syntaxes", :action => "show", :id => syntax) end end
Version data entries
12 entries across 12 versions & 2 rubygems