diff options
Diffstat (limited to 'app/views/help/contact.rhtml')
-rw-r--r-- | app/views/help/contact.rhtml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/help/contact.rhtml b/app/views/help/contact.rhtml index 8d660ccd4..60a8af4f3 100644 --- a/app/views/help/contact.rhtml +++ b/app/views/help/contact.rhtml @@ -29,7 +29,8 @@ <p class="form_note"> Please read the <a href="/help/about">about page</a> first, as it may - answer your question quicker. + answer your question quicker. Then fill in this form, or send + an email to <a href="mailto:<%=@contact_email%>"><%=@contact_email%></a> </p> <% if not @user %> |