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

closed_issue_email.html.haml « notify « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 325cd44eb4b0807e626a9dfa3be538adc167e2fb (plain)
1
2
3
4
5
%p
  = "Issue was closed by #{@updated_by.name}"
%p
  = "Issue ##{@issue.iid}"
  = link_to_gfm truncate(@issue.title, length: 45), project_issue_url(@issue.project, @issue), title: @issue.title