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

issue_moved_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: 40f7d61fe19f6b15ebc95f4dc275bfa839ddbf44 (plain)
1
2
3
4
5
6
%p
  Issue was moved to another project.
%p
  New issue:
  = link_to namespace_project_issue_url(@new_project.namespace, @new_project, @new_issue) do
    = @new_issue.title