Skip to content
Snippets Groups Projects
Commit 950e2986 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Change wording of MR comment box

parent 027a4bd2
No related branches found
No related tags found
No related merge requests found
- supports_slash_commands = local_assigns.fetch(:supports_slash_commands, false)
.comment-toolbar.clearfix
.toolbar-text
Styling with
= link_to 'Markdown', help_page_path('user/markdown'), target: '_blank', tabindex: -1
- if supports_slash_commands
and
Loading
Loading
Loading
Loading
@@ -21,7 +21,7 @@ describe 'projects/notes/_form' do
let(:note) { build(:"note_on_#{noteable}", project: project) }
 
it 'says that only markdown is supported, not slash commands' do
expect(rendered).to have_content('Styling with Markdown and slash commands are supported')
expect(rendered).to have_content('Markdown and slash commands are supported')
end
end
end
Loading
Loading
@@ -30,7 +30,7 @@ describe 'projects/notes/_form' do
let(:note) { build(:note_on_commit, project: project) }
 
it 'says that only markdown is supported, not slash commands' do
expect(rendered).to have_content('Styling with Markdown is supported')
expect(rendered).to have_content('Markdown is supported')
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment