debian-mirror-gitlab/app/views/notify/issue_moved_email.html.haml
2023-03-04 22:38:38 +05:30

7 lines
313 B
Text

%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.")