]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/account.html.erb
Don't show coordinates for deleted nodes
[rails.git] / app / views / user / account.html.erb
index 3e8d1b0bf59e6521ad31c77ab05b821bfd39a739..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>
 <% end %>
 <br/>
 <br/>
-<%= link_to t('user.account.return to profile'), :controller => 'user', :action => @user.display_name %>
+<%= link_to t('user.account.return to profile'), :controller => 'user', :action => 'view', :display_name => @user.display_name %>
 <br/>
 <br/>