You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trustieforge/app/views/mailer/issue_edit.text.erb

8 lines
340 B

<%= l(:text_issue_updated, :id => "##{@issue.project_index}", :author => @journal.user) %>
--------------------------------------------------------------------------------
<%= render :partial => 'issue', :formats => [:text], :locals => { :issue => @issue, :issue_url => @issue_url } %>
<%= link_to( l(:mail_issue_footer), @user_url) %>