mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 12:46:07 +10:00
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.
This commit is contained in:
@@ -1,6 +1,2 @@
|
||||
%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
|
||||
|
||||
Reference in New Issue
Block a user