Gitlab Markdown help page

This commit is contained in:
randx 2012-08-03 00:20:09 +03:00
parent 72c6be2d1a
commit 34ba4e1352
4 changed files with 32 additions and 2 deletions

View file

@ -8,7 +8,9 @@
= f.hidden_field :noteable_id
= f.hidden_field :noteable_type
= f.text_area :note, :size => 255
%p.hint Markdown is enabled.
%p.hint
= link_to "Gitlab Markdown", help_markdown_path, :target => '_blank'
is enabled.
.row.note_advanced_opts.hide
.span4
@ -31,5 +33,4 @@
.input= f.file_field :attachment, :class => "input-file"
%span Any file less than 10 MB
= f.submit 'Add Comment', :class => "btn primary submit_note", :id => "submit_note"