diff --git a/app/views/comments/partials/new/_form.html.erb b/app/views/comments/partials/new/_form.html.erb index 57924c432..fc94ab6f4 100644 --- a/app/views/comments/partials/new/_form.html.erb +++ b/app/views/comments/partials/new/_form.html.erb @@ -7,4 +7,5 @@
<%= submit_tag "Post" %> <%= submit_tag "Preview" %> + <%= link_to "Formatting", wiki_pages_path(:title => "help:dtext") %> <% end %>