debian-mirror-gitlab/app/views/notify/issue_moved_email.text.erb

9 lines
196 B
Text
Raw Normal View History

2016-06-02 11:05:42 +05:30
Issue was moved to another project.
2019-03-13 22:55:13 +05:30
<% if @can_access_project %>
2016-06-02 11:05:42 +05:30
New issue location:
2017-09-10 17:25:29 +05:30
<%= project_issue_url(@new_project, @new_issue) %>
2019-03-13 22:55:13 +05:30
<% else %>
You don't have access to the project.
<% end %>