Remove the author name from issue notes emails

Rationale: the author name is now displayed in the email "From" field;
this information is no longer needed.
parent 8e421d2b
%p
%strong #{@note.author_name}
wrote:
%cite{style: 'color: #666'}
= markdown(@note.note)
......@@ -353,10 +353,6 @@ describe Notify do
should deliver_to recipient.email
end
it 'contains the name of the note\'s author' do
should have_body_text /#{note_author.name}/
end
it 'contains the message from the note' do
should have_body_text /#{note.note}/
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment