summaryrefslogtreecommitdiff
path: root/app/views/notify/issue_moved_email.html.haml
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.