Project

General

Profile

Render partial issue - How is it working ?

Added by Vincent B over 10 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...


Replies (1)

RE: Render partial issue - How is it working ? - Added by Jan Niggemann (redmine.org team member) over 10 years ago

This call the partial _issue.html.erb in the same folder...

    (1-1/1)