Gitlab Markdown help page
This commit is contained in:
parent
72c6be2d1a
commit
34ba4e1352
4 changed files with 32 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue