Created
August 15, 2013 22:20
-
-
Save doombongo/6245494 to your computer and use it in GitHub Desktop.
Column size not effected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%= 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