summaryrefslogtreecommitdiff
path: root/app/views/notify/issue_moved_email.html.haml
blob: c77a863d1a49d544ba0dc950ffddc398fd3db383 (plain)
1
2
3
4
5
6
7
%p
  = s_('Notify|Issue was moved to another project.')
- if @can_access_project
  %p
    = sprintf(s_('Notify|New issue: %{project_issue_url}'), { project_issue_url: link_to(@new_issue.title, project_issue_url(@new_project, @new_issue)) } ).html_safe
- else
  = s_("Notify|You don't have access to the project.")