From aebeffb888ffbb9c6c7c6ba1499bbec40c69185c Mon Sep 17 00:00:00 2001 From: Toks Date: Tue, 27 May 2014 16:13:24 -0400 Subject: [PATCH] #2141 add link to help page --- app/views/wiki_pages/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/wiki_pages/_form.html.erb b/app/views/wiki_pages/_form.html.erb index 19b1d06c9..d074d358d 100644 --- a/app/views/wiki_pages/_form.html.erb +++ b/app/views/wiki_pages/_form.html.erb @@ -6,7 +6,7 @@ <%= f.input :title, :as => :string %> <% end %> - <%= f.input :other_names, :as => :text, :hint => "Names used for this tag on other sites such as Pixiv. Separate with spaces." %> + <%= f.input :other_names, :as => :text, :label => "Other names (view help)".html_safe, :hint => "Names used for this tag on other sites such as Pixiv. Separate with spaces." %> <%= dtext_field "wiki_page", "body" %>