Skip to content
Snippets Groups Projects

Fix duplicate draft help text

Merged Stanislav Lashmanov requested to merge slashmanov/fix-duplicate-draft-hint into master
All threads resolved!
@@ -20,8 +20,9 @@
- if has_wip_commits
= _('It looks like you have some draft commits in this branch.')
%br
.js-unwrap-on-load.invisible
= add_wip_text
.invisible
.js-unwrap-on-load
= add_wip_text
- if no_issuable_templates && can?(current_user, :push_code, issuable.project)
= render 'shared/issuable/form/default_templates'
Loading