-
- Downloads
There was an error fetching the commit references. Please try again later.
Add keyword arguments to truncated_diff method
* Added keyword arguments to truncated_diff_lines method to allow for using highlighting or not (html templates vs. text) * Tweaked templates for consistency and format appropriateness
Showing
- app/models/discussion.rb 4 additions, 3 deletionsapp/models/discussion.rb
- app/views/discussions/_diff_with_notes.html.haml 1 addition, 1 deletionapp/views/discussions/_diff_with_notes.html.haml
- app/views/notify/_note_message.text.erb 5 additions, 0 deletionsapp/views/notify/_note_message.text.erb
- app/views/notify/_note_mr_or_commit_email.html.haml 7 additions, 4 deletionsapp/views/notify/_note_mr_or_commit_email.html.haml
- app/views/notify/_note_mr_or_commit_email.text.erb 8 additions, 0 deletionsapp/views/notify/_note_mr_or_commit_email.text.erb
- app/views/notify/_simple_diff.text.erb 2 additions, 3 deletionsapp/views/notify/_simple_diff.text.erb
- app/views/notify/note_commit_email.html.haml 0 additions, 3 deletionsapp/views/notify/note_commit_email.html.haml
- app/views/notify/note_commit_email.text.erb 3 additions, 10 deletionsapp/views/notify/note_commit_email.text.erb
- app/views/notify/note_merge_request_email.html.haml 0 additions, 3 deletionsapp/views/notify/note_merge_request_email.html.haml
- app/views/notify/note_merge_request_email.text.erb 3 additions, 10 deletionsapp/views/notify/note_merge_request_email.text.erb
- lib/gitlab/diff/file.rb 2 additions, 9 deletionslib/gitlab/diff/file.rb
- spec/mailers/notify_spec.rb 1 addition, 7 deletionsspec/mailers/notify_spec.rb
- spec/models/discussion_spec.rb 2 additions, 2 deletionsspec/models/discussion_spec.rb
app/views/notify/_note_message.text.erb
0 → 100644
Please register or sign in to comment