+ <%= l(:mail_issue_attachments)%>
+
<% @issue.attachments.each do |attach| %>
- <%= link_to_attachment(attach, :download => true, :token => @token.value, :only_path => false, :style=>'color:#1b55a7; font-weight:bold;')%>
+ <%= link_to_attachment(attach, :download => true, :token => @token.value, :only_path => false, :style=>'color:#1b55a7; font-weight:bold;')%>
<% end %>
<% end %>
diff --git a/app/views/mailer/issue_edit.html.erb.BASE.erb b/app/views/mailer/issue_edit.html.erb.BASE.erb
deleted file mode 100644
index 6fcb0ddb5..000000000
--- a/app/views/mailer/issue_edit.html.erb.BASE.erb
+++ /dev/null
@@ -1,19 +0,0 @@
-
- <%= l(:text_issue_updated, :id => "##{@issue.project_index}", :author => h(@journal.user)) %>
-
-
- <% details_to_strings(@journal.details, false, :only_path => false, :token => @token.value).each do |string| %>
- <% if (!string.include? l(:label_attachment)) && (!string.include? "attachments") %>
- - <%= string %>
- <% end %>
- <% end %>
-
-
-
<%= l(:field_content)%>:<%= @journal.notes %>
-
-
-
-
-<%= render :partial => 'issue', :formats => [:html], :locals => { :issue => @issue, :issue_url => @issue_url } %>
-
-
diff --git a/app/views/mailer/issue_edit.html.erb.LOCAL.erb b/app/views/mailer/issue_edit.html.erb.LOCAL.erb
deleted file mode 100644
index f7412402c..000000000
--- a/app/views/mailer/issue_edit.html.erb.LOCAL.erb
+++ /dev/null
@@ -1,11 +0,0 @@
-
- <%= l(:text_issue_updated, :id => "##{@issue.project_index}", :author => h(@journal.user)) %>
-
-
-
-
-
-
-<%= render :partial => 'issue', :formats => [:html], :locals => { :issue => @issue, :issue_url => @issue_url } %>
-
-
diff --git a/app/views/mailer/issue_edit.html.erb.REMOTE.erb b/app/views/mailer/issue_edit.html.erb.REMOTE.erb
deleted file mode 100644
index af167cff5..000000000
--- a/app/views/mailer/issue_edit.html.erb.REMOTE.erb
+++ /dev/null
@@ -1,19 +0,0 @@
-
- <%= l(:text_issue_updated, :id => "##{@issue.project_index}", :author => h(@journal.user)) %>
-
-
- <% details_to_strings(@journal.details, false, :only_path => false, :token => @token.value).each do |string| %>
- <% if (!string.include? l(:label_attachment)) && (!string.include? "attachments") %>
- - <%= string %>
- <% end %>
- <% end %>
-
-
-
<%= l(:field_content)%>:<%= @journal.notes %>
-
-
-
-
-<%= render :partial => 'issue', :formats => [:html], :locals => { :issue => @issue, :issue_url => @issue_url } %>
-
-