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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
51276e05
Commit
51276e05
authored
Apr 26, 2017
by
Islam Wazery
Committed by
Oswaldo Ferreira
Feb 28, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add mail_to button new issue by email modal
parent
11196289
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
app/views/projects/_issuable_by_email.html.haml
app/views/projects/_issuable_by_email.html.haml
+8
-1
changelogs/unreleased/30665-add-email-button-to-new-issue-by-email.yml
...released/30665-add-email-button-to-new-issue-by-email.yml
+4
-0
No files found.
app/views/projects/_issuable_by_email.html.haml
View file @
51276e05
...
@@ -18,7 +18,14 @@
...
@@ -18,7 +18,14 @@
.email-modal-input-group.input-group
.email-modal-input-group.input-group
=
text_field_tag
:issuable_email
,
email
,
class:
"monospace js-select-on-focus form-control"
,
readonly:
true
=
text_field_tag
:issuable_email
,
email
,
class:
"monospace js-select-on-focus form-control"
,
readonly:
true
.input-group-btn
.input-group-btn
=
clipboard_button
(
target:
'#issuable_email'
)
=
clipboard_button
(
target:
'#issuable_email'
,
class:
'btn btn-clipboard btn-transparent hidden-xs'
)
=
mail_to
email
,
class:
'btn btn-clipboard btn-transparent'
,
subject:
_
(
"Enter the
#{
name
}
title"
),
body:
_
(
"Enter the
#{
name
}
description"
),
title:
_
(
'Send email'
),
data:
{
toggle:
'tooltip'
,
placement:
'bottom'
}
do
=
sprite_icon
(
'mail'
)
%p
%p
=
render
'by_email_description'
=
render
'by_email_description'
%p
%p
...
...
changelogs/unreleased/30665-add-email-button-to-new-issue-by-email.yml
0 → 100644
View file @
51276e05
---
title
:
Add email button to new issue by email
merge_request
:
10942
author
:
Islam Wazery
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