Skip to content
Snippets Groups Projects
Commit 58a58178 authored by Riyad Preukschas's avatar Riyad Preukschas
Browse files

Update forms to show consistent link to GFM.

parent 2e836fa4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -38,6 +38,10 @@
}
}
 
#preview-note {
margin-bottom: 0;
}
.note {
padding: 8px 0;
border-bottom: 1px solid #eee;
Loading
Loading
Loading
Loading
@@ -38,7 +38,7 @@
= f.label :description, "Details"
.input
= f.text_area :description, maxlength: 2000, class: "xxlarge", rows: 14
%p.hint Markdown is enabled.
%p.hint Issues are parsed with #{link_to "Gitlab Flavored Markdown", help_markdown_path, target: '_blank'}.
 
 
.actions
Loading
Loading
Loading
Loading
@@ -22,7 +22,7 @@
= f.label :description, "Description", class: "control-label"
.controls
= f.text_area :description, maxlength: 2000, class: "input-xlarge", rows: 10
%p.hint Markdown is enabled.
%p.hint Milestones are parsed with #{link_to "Gitlab Flavored Markdown", help_markdown_path, target: '_blank'}.
.span6
.control-group
= f.label :due_date, "Due Date", class: "control-label"
Loading
Loading
Loading
Loading
@@ -9,10 +9,9 @@
= f.hidden_field :noteable_type
= f.text_area :note, size: 255
#preview-note.well.hide
%p.hint
= link_to "Gitlab Markdown", help_markdown_path, target: '_blank'
is enabled.
.hint
= link_to 'Preview', preview_project_notes_path(@project), id: 'preview-link'
.right Comments are parsed with #{link_to "Gitlab Flavored Markdown", help_markdown_path, target: '_blank'}.
 
.row.note_advanced_opts.hide
.span2
Loading
Loading
Loading
Loading
@@ -14,9 +14,10 @@
.middle_box_content
.input
%span.cgray
Wiki content is parsed with #{link_to "Markdown", "http://en.wikipedia.org/wiki/Markdown"}.
To add link to new page you can just type
Wiki content is parsed with #{link_to "Gitlab Flavored Markdown", help_markdown_path, target: '_blank'}.
To link to a (new) page you can just type
%code [Link Title](page-slug)
\.
 
.bottom_box_content
= f.label :content
Loading
Loading
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