Link_to : add title tag?

How :

All

Could become :

All

This is possible with the standdard link_to function ?

On 2.1.2006, at 11.09, oo00oo wrote:

How :
All

Could become :
All

This is possible with the standdard link_to function ?

<%= link_to “All”, {:controller => “show”, :action => “all”}, {:title
=> “Show all”} %>

//jarkko

Thanks
:slight_smile: