My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 25 attachment: add_link_to_image.patch (500 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This patch file was generated by NetBeans IDE

Index: application_helper.rb
--- application_helper.rb Base (BASE)
+++ application_helper.rb Locally Modified (Based On LOCAL)
@@ -17,7 +17,7 @@
<div class="product_image">

<div id="wraptocenter_small" class="wraptocenter"><span><\/span>
- #{image_tag(image_path)}
+ <a href="#{link}\">#{image_tag(image_path)}<\/a><br\/>
<\/div><br\/>

<\/div>
Powered by Google Project Hosting