rubyonrailsin

A Ruby and Rails talk

Tuesday, March 30, 2010


[Rails] simpe help needed

by rubyonrailsin 0 comments

Tag


Share this post:
Design Float
StumbleUpon
Reddit

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



<div id="inner_content_ibox_#{job.id}" style="display:none;" >s
<div style="background:#000000;color:#ffffff;border:1px dashed #FFFFFF;padding:15px;margin:15px;">
</div>
</div>

gives me:



<p>
test123
7123
2010-02-23 17:53:49 UTC
</p>


<div id="inner_content_ibox_#{job.id}" style="display:none;" >s
<div style="background:#000000;color:#ffffff;border:1px dashed #FFFFFF;padding:15px;margin:15px;">
</div>
</div>


what is wrong with the ID of the DIV?

thx

--
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-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment

Subscribe feeds via e-mail

Blog Archive