Cross Reference: link_helper.rb
xref
: /
ontohub
/
app
/
helpers
/
link_helper.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
link_helper.rb revision a6ca5a661e386f6b77ed96797d631fe73c5bee7d
module
LinkHelper
def
counter_link
(
url
,
counter
,
subject
)
text
=
content_tag
(:
strong
,
counter
)
text
<<
(
counter
==
1
?
subject
:
subject.pluralize
)
link_to
text
,
url
end
end