Commit
d452ffc2d08d82c4eab32fa8e65839cf13f85c4c
Merge branch 'features/text_mail_templates'
| @@ -0,0 +1,4 @@ |
| @@ -0,0 +1,4 @@ |
| |
1
| +Issue was <%= @issue_status %> by <%= @updated_by.name %> |
| |
2
| + |
| |
3
| +Issue <%= @issue.id %>: <%= url_for(project_issue_url(@issue.project, @issue)) %> |
| |
4
| + |
| @@ -0,0 +1,4 @@ |
| @@ -0,0 +1,4 @@ |
| |
1
| +New Issue was created and assigned to you. |
| |
2
| + |
| |
3
| + |
| |
4
| +Issue <%= @issue.id %>: <%= url_for(project_issue_url(@issue.project, @issue)) %> |
| @@ -0,0 +1,9 @@ |
| @@ -0,0 +1,9 @@ |
| |
1
| +New Merge Request <%= @merge_request.id %> |
| |
2
| + |
| |
3
| +<%= url_for(project_merge_request_url(@merge_request.project, @merge_request)) %> |
| |
4
| + |
| |
5
| + |
| |
6
| +Branches: <%= @merge_request.source_branch %> to <%= @merge_request.target_branch %> |
| |
7
| +Author: <%= @merge_request.author_name %> |
| |
8
| +Asignee: <%= @merge_request.assignee_name %> |
| |
9
| + |
| @@ -0,0 +1,8 @@ |
| @@ -0,0 +1,8 @@ |
| |
1
| +Hi <%= @user.name %>! |
| |
2
| + |
| |
3
| +Administrator created account for you. Now you are a member of company GitLab application. |
| |
4
| + |
| |
5
| +login.................. <%= @user.email %> |
| |
6
| +password............... <%= @password %> |
| |
7
| + |
| |
8
| +Click here to login: <%= url_for(root_url) %> |
| @@ -0,0 +1,9 @@ |
| @@ -0,0 +1,9 @@ |
| |
1
| +New comment for Commit <%= @commit.short_id %> |
| |
2
| + |
| |
3
| +<%= url_for(project_commit_url(@note.project, id: @commit.id, anchor: "note_#{@note.id}")) %> |
| |
4
| + |
| |
5
| + |
| |
6
| +Author: <%= @note.author_name %> |
| |
7
| + |
| |
8
| +<%= @note.note %> |
| |
9
| + |
| @@ -0,0 +1,9 @@ |
| @@ -0,0 +1,9 @@ |
| |
1
| +New comment for Issue <%= @issue.id %> |
| |
2
| + |
| |
3
| +<%= url_for(project_issue_url(@issue.project, @issue, anchor: "note_#{@note.id}")) %> |
| |
4
| + |
| |
5
| + |
| |
6
| +Author: <%= @note.author_name %> |
| |
7
| + |
| |
8
| +<%= @note.note %> |
| |
9
| + |
| @@ -0,0 +1,9 @@ |
| @@ -0,0 +1,9 @@ |
| |
1
| +New comment for Merge Request <%= @merge_request.id %> |
| |
2
| + |
| |
3
| +<%= url_for(project_merge_request_url(@merge_request.project, @merge_request, anchor: "note_#{@note.id}")) %> |
| |
4
| + |
| |
5
| + |
| |
6
| +<%= @note.author_name %> |
| |
7
| + |
| |
8
| +<%= @note.note %> |
| |
9
| + |
| @@ -0,0 +1,9 @@ |
| @@ -0,0 +1,9 @@ |
| |
1
| +New message on the project wall <%= @note.project %> |
| |
2
| + |
| |
3
| +<%= url_for(wall_project_url(@note.project, anchor: "note_#{@note.id}")) %> |
| |
4
| + |
| |
5
| + |
| |
6
| +<%= @note.author_name %> |
| |
7
| + |
| |
8
| +<%= @note.note %> |
| |
9
| + |
| @@ -0,0 +1,4 @@ |
| @@ -0,0 +1,4 @@ |
| |
1
| + |
| |
2
| +You have been granted <%= @users_project.project_access_human %> access to project <%= @project.name_with_namespace %> |
| |
3
| + |
| |
4
| +<%= url_for(project_url(@project)) %> |
| @@ -0,0 +1,8 @@ |
| @@ -0,0 +1,8 @@ |
| |
1
| +Project was moved to another location |
| |
2
| + |
| |
3
| +The project is now located under |
| |
4
| +<%= url_for(link_to project_url(@project)) %> |
| |
5
| + |
| |
6
| + |
| |
7
| +To update the remote url in your local repository run: |
| |
8
| + git remote set-url origin <%= @project.ssh_url_to_repo %> |
| @@ -0,0 +1,7 @@ |
| @@ -0,0 +1,7 @@ |
| |
1
| +Reassigned Issue <%= @issue.id %> |
| |
2
| + |
| |
3
| +<%= url_for(project_issue_url(@issue.project, @issue)) %> |
| |
4
| + |
| |
5
| + |
| |
6
| +Assignee changed from <%= @previous_assignee.name %> to <%= @issue.assignee_name %> |
| |
7
| + |
| @@ -0,0 +1,7 @@ |
| @@ -0,0 +1,7 @@ |
| |
1
| +Reassigned Merge Request <%= @merge_request.id %> |
| |
2
| + |
| |
3
| +<%= url_for(project_merge_request_url(@merge_request.project, @merge_request)) %> |
| |
4
| + |
| |
5
| + |
| |
6
| +Assignee changed from <%= @previous_assignee.name %> to <%= @merge_request.assignee_name %> |
| |
7
| + |