On Feb 9, 9:20 am, Bigos <ruby.obj...@googlemail.com> wrote:

>
> So here are my questions:
> 1 Is it appropriate to put such code here?

No. You don't really want any code in your view, other than the very
bare minimum. Sounds like you want to put a l lot of this in a view
helper
> 2 how can I display the link  in the line above <!-- ^^^^^^^^^^^^-->
> without using too many tag like this <%= %>. render :text and
> render :inline don't seem to work, I either get error messages or
> nothing at all.

Why are you concerned about using <%= ? It's the right tool for the
job

Fred

(PS: look at each_with_index)

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to