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

issue_status_changed_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: 7706b3f7516259fb74b434c08bb12bcb76e7a553 (plain)
1
2
3
4
5
%p
  = "Issue was #{@issue_status} 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