You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
when I try to upload image, I get following message
There is log file...
ActionView::Template::Error (undefined method `thumbnail_path' for #<#Class:0x00007fb406143d10:0x00007fb4055abd68>
Did you mean? thumbnail_tag
thumbnail_url):
1: <h1><%= l(:label_new_article) %>: <%= link_to(h(@article.title), @article_url) %>
2: (<%=h @article.category.title %>)</h1>
3:
4: <% if thumb = get_article_thumbnail_url_absolute( @article ) %>
5: <p><img src="<%= thumb %>" alt="[Thumbnail]"></p>
6: <% end %>
Thank you
The text was updated successfully, but these errors were encountered:
Hello,
when I try to upload image, I get following message
There is log file...
ActionView::Template::Error (undefined method `thumbnail_path' for #<#Class:0x00007fb406143d10:0x00007fb4055abd68>
Did you mean? thumbnail_tag
Thank you
The text was updated successfully, but these errors were encountered: