search for: b_edit

Displaying 2 results from an estimated 2 matches for "b_edit".

Did you mean: _edit
2006 Jan 12
6
link_to_image - Remove Border
Hi All, I am new to both Ruby and Rails, so please be patient with me. I am currently working on a view for a controller and I have used the following excerpt: <td><%= link_to_image "b_edit", :action => ''edit'', :id => part_prefix %></td> The image is being displayed and the link is working. However, the formatting of image rendered produces and thick (1 or 2px) black box around the image. Is there a method of controlling this border aroung...
2006 Jul 27
1
response from ajax request
...one %> <% when CONTACT_EMAIL %> <%= mail_to contact.email %> <% end %> <br /> <% end %> </td> <% if @user_is_admin %> <td class="clear"> <%= link_to image_tag("b_edit", { :style => ''border: none'', :title => ''Edit user'' }), { :action => ''edit'', :id => user } %>&nbsp; <%= link_to image_tag("b_secure", { :style => ''border: none'', :title => ...