Added by Vincent B almost 11 years ago
Can someone explain me how is working this piece of code in views/mailier/issue_edit.html.erb ?
<%= render :partial => 'issue', :formats => [:html], :locals => { :issue => @issue, :users => @users, :issue_url => @issue_url } %>
I want to hide some informations send by mail notification like Author, status, assigned to...
This call the partial _issue.html.erb in the same folder...