redmine_knowledgebase icon indicating copy to clipboard operation
redmine_knowledgebase copied to clipboard

Bitnami Redmine

Open Kolenmi opened this issue 5 years ago • 0 comments

Hello, when I try to upload image, I get following message image

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

Kolenmi avatar Nov 13 '20 18:11 Kolenmi