diff options
author | francis <francis> | 2008-09-22 03:08:09 +0000 |
---|---|---|
committer | francis <francis> | 2008-09-22 03:08:09 +0000 |
commit | eddb5056a86c779d6ac4d0d8d9553bd075169d99 (patch) | |
tree | 66db12a11acf8090e2e02baba31b38a4807466f3 | |
parent | 3bb9a0f95163fb888d2eaac25a542dd0f71b8d38 (diff) |
Give slightly more room for contact messages.
-rw-r--r-- | app/views/help/contact.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/help/contact.rhtml b/app/views/help/contact.rhtml index 203b72e4e..14b2740ac 100644 --- a/app/views/help/contact.rhtml +++ b/app/views/help/contact.rhtml @@ -50,7 +50,7 @@ <p> <label class="form_label" for="contact_message">Message:</label> - <%= f.text_area :message, :rows => 5, :cols => 50 %> + <%= f.text_area :message, :rows => 10, :cols => 60 %> </p> <div class="form_button"> |