Skip to content

Commit

Permalink
[comments-view] - Update link to /help/markdown #357
Browse files Browse the repository at this point in the history
  • Loading branch information
sachalifs committed May 28, 2014
1 parent 7005375 commit 869a91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/comments-view/comments-block.jade
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
ul.my-arguments-list
form.comment-form(method='post', action='/api/#{context}/#{reference}/comment')
h5= t('comments.your-argument')
a.pull-right(href='/markdown', target='_blank') #{t('markdown.comments.formatting-help')}
a.pull-right(href='/help/markdown', target='_blank') #{t('markdown.comments.formatting-help')}
p
textarea(name='text', rows='4')
button.btn-link.cancel-new-argument.pull-right=t('Cancel')
Expand Down

0 comments on commit 869a91a

Please sign in to comment.