debian-mirror-gitlab/app/views/projects/issues/_by_email_description.html.haml

7 lines
348 B
Text
Raw Normal View History

2018-03-17 18:26:18 +05:30
The subject will be used as the title of the new issue, and the message will be the description.
2022-03-02 08:16:31 +05:30
= link_to 'Quick actions', help_page_path('user/project/quick_actions'), target: '_blank', rel: 'noopener noreferrer'
2018-03-17 18:26:18 +05:30
and styling with
2022-03-02 08:16:31 +05:30
= link_to 'Markdown', help_page_path('user/markdown'), target: '_blank', rel: 'noopener noreferrer'
2018-03-17 18:26:18 +05:30
are supported.