Simpe help needed

<%= job.title %> <%= job.id %> <%= job.created_at %>

s

gives me:

test123 7123 2010-02-23 17:53:49 UTC

s

what is wrong with the ID of the DIV?

thx

On 30 March 2010 19:21, tom [email protected] wrote:

what is wrong with the ID of the DIV?

The “job.id” call isn’t inside Ruby delimiters, so it’s just getting
rendered as HTML.
You want: