Commit d55e83ad authored by Timothy Andrew's avatar Timothy Andrew Committed by Achilleas Pipinellis

Use `succeed` to add periods to help text.

parent f0b73f81
...@@ -18,11 +18,14 @@ ...@@ -18,11 +18,14 @@
.error-alert .error-alert
.help-block .help-block
To link to a (new) page, simply type = succeed '.' do
%code [Link Title](page-slug) To link to a (new) page, simply type
\. More examples are in the %code [Link Title](page-slug)
= link_to 'documentation', help_page_path(category: 'markdown', file: 'wiki', format: 'md')
\. = succeed '.' do
More examples are in the
= link_to 'documentation', help_page_path(category: 'markdown', file: 'wiki', format: 'md')
.form-group .form-group
= f.label :commit_message, class: 'control-label' = f.label :commit_message, class: 'control-label'
.col-sm-10= f.text_field :message, class: 'form-control', rows: 18 .col-sm-10= f.text_field :message, class: 'form-control', rows: 18
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment