gitlab-org--gitlab-foss/app/views/notify
dixpac b3a9ad6a57 Add description to text/plain emails
Added to
* new_issue_email
* new_merge_request_email
2016-08-04 14:29:47 +02:00
..
_note_message.html.haml Added author to various Markdown calls in views 2016-05-26 17:14:06 +02:00
_reassigned_issuable_email.html.haml
_reassigned_issuable_email.text.erb Improving the original label-subscribing implementation 2016-03-15 18:22:02 +01:00
_relabeled_issuable_email.html.haml Improving the original label-subscribing implementation 2016-03-15 18:22:02 +01:00
_relabeled_issuable_email.text.erb Improving the original label-subscribing implementation 2016-03-15 18:22:02 +01:00
build_fail_email.html.haml Fix tests offenses: use `pipeline` of Ci::Build and rename views 2016-06-06 11:19:54 +02:00
build_fail_email.text.erb Fix tests offenses: use `pipeline` of Ci::Build and rename views 2016-06-06 11:19:54 +02:00
build_success_email.html.haml Fix tests offenses: use `pipeline` of Ci::Build and rename views 2016-06-06 11:19:54 +02:00
build_success_email.text.erb Fix tests offenses: use `pipeline` of Ci::Build and rename views 2016-06-06 11:19:54 +02:00
closed_issue_email.html.haml
closed_issue_email.text.haml
closed_merge_request_email.html.haml format merge request references properly 2016-04-18 23:32:02 -07:00
closed_merge_request_email.text.haml format merge request references properly 2016-04-18 23:32:02 -07:00
issue_moved_email.html.haml Add new notifications for issue move action 2016-03-17 07:39:16 +01:00
issue_moved_email.text.erb Add new notifications for issue move action 2016-03-17 07:39:16 +01:00
issue_status_changed_email.html.haml
issue_status_changed_email.text.erb
member_access_denied_email.html.haml UI and copywriting improvements 2016-06-14 13:18:14 +02:00
member_access_denied_email.text.erb UI and copywriting improvements 2016-06-14 13:18:14 +02:00
member_access_granted_email.html.haml UI and copywriting improvements 2016-06-14 13:18:14 +02:00
member_access_granted_email.text.erb UI and copywriting improvements 2016-06-14 13:18:14 +02:00
member_access_requested_email.html.haml UI and copywriting improvements 2016-06-14 13:18:14 +02:00
member_access_requested_email.text.erb UI and copywriting improvements 2016-06-14 13:18:14 +02:00
member_invite_accepted_email.html.haml UI and copywriting improvements 2016-06-14 13:18:14 +02:00
member_invite_accepted_email.text.erb UI and copywriting improvements 2016-06-14 13:18:14 +02:00
member_invite_declined_email.html.haml UI and copywriting improvements 2016-06-14 13:18:14 +02:00
member_invite_declined_email.text.erb UI and copywriting improvements 2016-06-14 13:18:14 +02:00
member_invited_email.html.haml UI and copywriting improvements 2016-06-14 13:18:14 +02:00
member_invited_email.text.erb UI and copywriting improvements 2016-06-14 13:18:14 +02:00
merge_request_status_email.html.haml format merge request references properly 2016-04-18 23:32:02 -07:00
merge_request_status_email.text.haml format merge request references properly 2016-04-18 23:32:02 -07:00
merged_merge_request_email.html.haml format merge request references properly 2016-04-18 23:32:02 -07:00
merged_merge_request_email.text.haml format merge request references properly 2016-04-18 23:32:02 -07:00
new_email_email.html.haml
new_email_email.text.erb
new_issue_email.html.haml Added author to various Markdown calls in views 2016-05-26 17:14:06 +02:00
new_issue_email.text.erb Add description to text/plain emails 2016-08-04 14:29:47 +02:00
new_merge_request_email.html.haml Added author to various Markdown calls in views 2016-05-26 17:14:06 +02:00
new_merge_request_email.text.erb Add description to text/plain emails 2016-08-04 14:29:47 +02:00
new_ssh_key_email.html.haml
new_ssh_key_email.text.erb
new_user_email.html.haml
new_user_email.text.erb
note_commit_email.html.haml
note_commit_email.text.erb
note_issue_email.html.haml
note_issue_email.text.erb
note_merge_request_email.html.haml Don't fail when a LegacyDiffNote didn't store the right diff 2016-07-15 17:32:49 -05:00
note_merge_request_email.text.erb format merge request references properly 2016-04-18 23:32:02 -07:00
note_snippet_email.html.haml Support e-mail notifications for comments on project snippets 2016-05-02 11:01:32 -07:00
note_snippet_email.text.erb Support e-mail notifications for comments on project snippets 2016-05-02 11:01:32 -07:00
project_was_exported_email.html.haml fixing specs and some code cleanup 2016-06-15 10:37:17 +02:00
project_was_exported_email.text.erb fixing specs and some code cleanup 2016-06-15 10:37:17 +02:00
project_was_moved_email.html.haml
project_was_moved_email.text.erb
project_was_not_exported_email.html.haml fix typo 2016-06-22 07:39:08 +02:00
project_was_not_exported_email.text.haml refactor to use haml instead 2016-06-22 08:48:18 +02:00
reassigned_issue_email.html.haml
reassigned_issue_email.text.erb
reassigned_merge_request_email.html.haml
reassigned_merge_request_email.text.erb
relabeled_issue_email.html.haml Improving the original label-subscribing implementation 2016-03-15 18:22:02 +01:00
relabeled_issue_email.text.erb Improving the original label-subscribing implementation 2016-03-15 18:22:02 +01:00
relabeled_merge_request_email.html.haml Improving the original label-subscribing implementation 2016-03-15 18:22:02 +01:00
relabeled_merge_request_email.text.erb Improving the original label-subscribing implementation 2016-03-15 18:22:02 +01:00
repository_push_email.html.haml Add DiffFile#blob and #old_blob 2016-07-06 18:50:58 -04:00
repository_push_email.text.haml Syntax-highlight diffs in push emails 2016-05-17 13:23:17 +01:00