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: b766cb1a523e4b18b85c293e3b4a5bffb1de6e99 (plain)
1
2
3
4
5
6
7
8
9
%p
  Issue was moved to another project.
- if @can_access_project
  %p
    New issue:
    = link_to project_issue_url(@new_project, @new_issue) do
      = @new_issue.title
- else
  You don't have access to the project.