Not signed in (Sign In)
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorejunker
    • CommentTimeAug 21st 2007
     
    It would be nice if the helpers could be used with sintags so you could code like this:

    {url_helper.link_to(_{'Back to overview'}, array('action' => 'listing'))}

    or even more preferred like this:

    {link_to(_{'Back to overview'}, array('action' => 'listing'))}
    •  
      CommentAuthorbermi
    • CommentTimeAug 21st 2007
     

    You can actually do

    <%= link_to _"Back to overview", :action => 'listing' %>
    

    I will soon publish a variant on the new Akelos based CMS Editam where you can use something like

    {%= link_to _"Back to overview", :action = 'listing' %}
    

    Which will play better with WYSIWYG editors.

Add your comments
    Username Password
  • Format comments as