This project is archived and is in readonly mode.

#3519 ✓stale
electron-libre

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

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>

Pages