Welcome to mirror list, hosted at ThFree Co, Russian Federation.

push_to_merge_request_email.text.haml « notify « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8ab9cb0fb8d8f9807ad6b83367e4476395d8238e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#{sanitize_name(@updated_by_user.name)} pushed new commits to merge request #{@merge_request.to_reference}

Merge request URL: #{project_merge_request_url(@merge_request.target_project, @merge_request)}
\
- if @existing_commits.any?
  - count = @existing_commits.size
  - commits_id = count == 1 ? @existing_commits.first[:short_id] : "#{@existing_commits.first[:short_id]}...#{@existing_commits.last[:short_id]}"
  - commits_text = "#{count} commit".pluralize(count)

  * #{commits_id} - #{commits_text} from branch `#{@merge_request.target_branch}`
\
- @new_commits.each do |commit|
  * #{commit[:short_id]} - #{raw commit[:title]}