Commit 812da130 authored by Clement Ho's avatar Clement Ho

Fix conflict in app/views/shared/issuable/form/_title.html.haml

parent 74719490
......@@ -30,7 +30,6 @@
merge request from being merged before it's ready.
- if no_issuable_templates && can?(current_user, :push_code, issuable.project)
<<<<<<< HEAD
- if @project.feature_available?(:issuable_default_templates)
%p.form-text.text-muted
Add
......@@ -38,9 +37,3 @@
to help your contributors communicate effectively!
- elsif show_promotions?
= render 'shared/promotions/promote_issue_templates'
=======
%p.form-text.text-muted
Add
= link_to 'description templates', help_page_path('user/project/description_templates'), tabindex: -1
to help your contributors communicate effectively!
>>>>>>> gitlab-ce/master
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment