I have the following code:
<% slika = Refinery::Page.find('sladoledi') %>
<%= link_to (image_tag slika.key_image.url, slika) %>
The problem is that it's not linking to slika. Any suggestions?
|
I have the following code:
The problem is that it's not linking to |
||||
|
|
|
First start nesting code you write here. People have problem reading code like this :( If you want add code click code button on editor. I suppose the problem is you don't end image_tag. Correct form is:
|
|||
|
|
|
Try this format
also have a look at documentation there are nice examples how to use link_to() helper http://apidock.com/rails/ActionView/Helpers/UrlHelper/link_to |
|||
|
|