Skip to content

Instantly share code, notes, and snippets.

@doombongo
Created August 15, 2013 22:20
Show Gist options
  • Save doombongo/6245494 to your computer and use it in GitHub Desktop.
Save doombongo/6245494 to your computer and use it in GitHub Desktop.
Column size not effected
<%= form_for [@commentable, @comment] do |f| %>
<div class="span12">
<%= f.text_area :content, rows: 5, columns: 40 , placeholder: "Write a comment..." %>
</div>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment