BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
640a3c5c
Commit
640a3c5c
authored
Sep 04, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7661 from cirosantilli/factor-issue-mr-email
Fix missing to on reassign Merge Request email to unassigned.
parents
18e4e997
330251de
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
18 deletions
+12
-18
_reassigned_issuable_email.html.haml
app/views/notify/_reassigned_issuable_email.html.haml
+10
-0
reassigned_issue_email.html.haml
app/views/notify/reassigned_issue_email.html.haml
+1
-11
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 @
640a3c5c
%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 @
640a3c5c
%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 @
640a3c5c
%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