This project is archived and is in readonly mode.
link_to_function(I18n.t('path.to.string') broken
Reported by electron-libre | November 29th, 2009 @ 05:13 PM
Rails 2.3.5 :
link_to_function(t('core.ui.toggle_sidebar'), toggle_sidebar, :id => 'toggle_action' )
is rendered as :
<a id="toggle_action" onclick="$("sidebar").visual_effect(toggle_hide);; return false;" href="#"/>
The I18n.t() or t() does not seem to return a valid string for this
helper.Comments and changes to this ticket
-
Rohit Arondekar October 6th, 2010 @ 06:28 AM
- State changed from new to stale
- Importance changed from to
Marking ticket as stale. If this is still an issue please make a comment with suggested changes, creating a patch with tests, or rebasing an existing patch or just confirming the issue on latest releases/master.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>