debian-mirror-gitlab/app/views/notify/issue_moved_email.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
313 B
Text
Raw Normal View History

2016-06-02 11:05:42 +05:30
%p
2022-06-21 17:19:12 +05:30
= s_('Notify|Issue was moved to another project.')
2019-03-13 22:55:13 +05:30
- if @can_access_project
%p
2023-03-04 22:38:38 +05:30
= 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
2019-03-13 22:55:13 +05:30
- else
2022-06-21 17:19:12 +05:30
= s_("Notify|You don't have access to the project.")