fix textareas

This commit is contained in:
jomo
2014-05-01 18:01:10 +02:00
parent 4774ebbb25
commit 477112ec0b
7 changed files with 6 additions and 15 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
<td>About you</td>
<td>
<%= render partial: "mdhelp" %>
<%= f.text_area :about, class: "vertical", placeholder: "Tell us something about you...", disabled: !can_edit? %>
<%= f.text_area :about, placeholder: "Tell us something about you...", disabled: !can_edit? %>
</td>
</tr>
</tbody>