Mercurial > zeropaste
changeset 35:e09a3be8dd14
Hardcoded rows.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Mon, 10 Sep 2012 15:21:25 +0700 |
parents | b1a816ff0d91 |
children | bf0d09d7cd7b |
files | app/views/pastes/_form.html.erb |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/app/views/pastes/_form.html.erb Mon Sep 10 15:20:59 2012 +0700 +++ b/app/views/pastes/_form.html.erb Mon Sep 10 15:21:25 2012 +0700 @@ -12,7 +12,7 @@ <% end %> <div class="field"> - <%= f.text_area :paste, :class => 'span12', :cols => nil, :rows => nil %> + <%= f.text_area :paste, :class => 'span12', :rows => 10 %> </div> <div class="form-actions"> <%= f.submit :class => 'btn btn-primary' %>