]> git.openstreetmap.org Git - rails.git/commitdiff
Add a missing </tr> tag
authorTom Hughes <tom@compton.nu>
Wed, 15 Aug 2012 21:09:23 +0000 (22:09 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 15 Aug 2012 21:36:39 +0000 (22:36 +0100)
app/views/user/_contact.html.erb

index c0bf160fc778f6b21035f0bc112f9aea81eb2da5..a13b2c50af83599dd90f6de12b198c459b87e198 100644 (file)
@@ -28,6 +28,7 @@
      <%= t'changeset.changeset.no_edits' %>
     <% end %>
   </td>
      <%= t'changeset.changeset.no_edits' %>
     <% end %>
   </td>
+</tr>
 <tr>
   <td>
     <%= link_to t('user.view.send message'), :controller => 'message', :action => 'new', :display_name => contact.display_name %>
 <tr>
   <td>
     <%= link_to t('user.view.send message'), :controller => 'message', :action => 'new', :display_name => contact.display_name %>