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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
b3a9ad6a
Commit
b3a9ad6a
authored
Aug 04, 2016
by
dixpac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add description to text/plain emails
Added to * new_issue_email * new_merge_request_email
parent
b2d142c4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
CHANGELOG
CHANGELOG
+1
-0
app/views/notify/new_issue_email.text.erb
app/views/notify/new_issue_email.text.erb
+2
-0
app/views/notify/new_merge_request_email.text.erb
app/views/notify/new_merge_request_email.text.erb
+2
-0
No files found.
CHANGELOG
View file @
b3a9ad6a
...
...
@@ -66,6 +66,7 @@ v 8.11.0 (unreleased)
- Sensible state specific default sort order for issues and merge requests !5453 (tomb0y)
- Fix RequestProfiler::Middleware error when code is reloaded in development
- Catch what warden might throw when profiling requests to re-throw it
- Add description to new_issue email and new_merge_request_email in text/plain content type. !5663 (dixpac)
- Speed up and reduce memory usage of Commit#repo_changes, Repository#expire_avatar_cache and IrkerWorker
v 8.10.4 (unreleased)
...
...
app/views/notify/new_issue_email.text.erb
View file @
b3a9ad6a
...
...
@@ -3,3 +3,5 @@ New Issue was created.
Issue
<%=
@issue
.
iid
%>
:
<%=
url_for
(
namespace_project_issue_url
(
@issue
.
project
.
namespace
,
@issue
.
project
,
@issue
))
%>
Author:
<%=
@issue
.
author_name
%>
Assignee:
<%=
@issue
.
assignee_name
%>
<%=
@issue
.
description
%>
app/views/notify/new_merge_request_email.text.erb
View file @
b3a9ad6a
...
...
@@ -6,3 +6,5 @@ New Merge Request <%= @merge_request.to_reference %>
Author:
<%=
@merge_request
.
author_name
%>
Assignee:
<%=
@merge_request
.
assignee_name
%>
<%=
@merge_request
.
description
%>
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