Displaying 1 result from an estimated 1 matches for "thumb_path".
2006 Dec 04
0
lint_to_remote for image
...n a thumb nothing happens, it
just moves up the page. Why is the href=# happening ? The generated
html comes after the sample rhtml
<%= image_tag @enlargement, :width => "279", :height => "200" %>
<% @images.each do |img|%>
<% itag = "#{img[:thumb_path]}" %>
<% puts "HR: #{itag}" %>
<%= link_to_remote image_tag ("#{itag}"),
{:update => "enlargement",
:url => {:controller => "reunion", :action
=> "enlargement"...