Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
330251de
Commit
330251de
authored
Sep 01, 2014
by
Ciro Santilli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix missing to on reassign MR email to unassigned.
Factors out MR and issue email.
parent
4102eb3b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
18 deletions
+12
-18
app/views/notify/_reassigned_issuable_email.html.haml
app/views/notify/_reassigned_issuable_email.html.haml
+10
-0
app/views/notify/reassigned_issue_email.html.haml
app/views/notify/reassigned_issue_email.html.haml
+1
-11
app/views/notify/reassigned_merge_request_email.html.haml
app/views/notify/reassigned_merge_request_email.html.haml
+1
-7
No files found.
app/views/notify/_reassigned_issuable_email.html.haml
0 → 100644
View file @
330251de
%p
Assignee changed
-
if
@previous_assignee
from
%strong
#{
@previous_assignee
.
name
}
to
-
if
issuable
.
assignee_id
%strong
#{
issuable
.
assignee_name
}
-
else
%strong
Unassigned
app/views/notify/reassigned_issue_email.html.haml
View file @
330251de
%p
Assignee changed
-
if
@previous_assignee
from
%strong
#{
@previous_assignee
.
name
}
to
-
if
@issue
.
assignee_id
%strong
#{
@issue
.
assignee_name
}
-
else
%strong
Unassigned
=
render
'reassigned_issuable_email'
,
issuable:
@issue
app/views/notify/reassigned_merge_request_email.html.haml
View file @
330251de
%p
Assignee changed
-
if
@previous_assignee
from
%strong
#{
@previous_assignee
.
name
}
to
%strong
#{
@merge_request
.
assignee_name
}
=
render
'reassigned_issuable_email'
,
issuable:
@merge_request
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment