# HG changeset patch # User Edho Arief # Date 1347224434 -25200 # Node ID 7746fd53bd9c758fce69ca7bdd955c2de04f6c92 # Parent 108e8d6fd0d5ddf332d6ec864c016d7a897d3065 Disable cols and rows in textarea. diff -r 108e8d6fd0d5 -r 7746fd53bd9c app/views/pastes/_form.html.erb --- a/app/views/pastes/_form.html.erb Mon Sep 10 03:53:15 2012 +0700 +++ b/app/views/pastes/_form.html.erb Mon Sep 10 04:00:34 2012 +0700 @@ -12,7 +12,7 @@ <% end %>
- <%= f.text_area :paste, :class => 'span12' %> + <%= f.text_area :paste, :class => 'span12', :cols => nil, :rows => nil %>
<%= f.submit :class => 'btn' %>