]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/account.html.erb
Add preview functionality to rich text controls
[rails.git] / app / views / user / account.html.erb
index 4f56be22ab1e470567d11b9bc7c95ab986f21025..4889664911747152606ec57348c0e307d638fba8 100644 (file)
@@ -63,7 +63,7 @@
 
   <tr>
     <td class="fieldName"><%= t 'user.account.profile description' %></td>
-    <td><%= f.text_area :description, :rows => '5', :cols => '60' %></td>
+    <td><%= richtext_area :user, :description, :rows => '15', :cols => '80' %></td>
   </tr>
 
   <tr>