]> git.openstreetmap.org Git - rails.git/commitdiff
Fix typo.
authorTom Hughes <tom@compton.nu>
Wed, 22 Aug 2007 00:20:53 +0000 (00:20 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 22 Aug 2007 00:20:53 +0000 (00:20 +0000)
app/views/message/new.rhtml

index 44ef84dfcb183c7195bd1ffd0bfe3170fa695766..883fdfbc0ca9e02d67b070936df454042b73c0a4 100644 (file)
@@ -21,7 +21,7 @@
     </tr>
     <tr>
       <th></th>
-      <td><%= f.submit_tag 'Send' %></td>
+      <td><%= submit_tag 'Send' %></td>
     </tr>
   </table>
 <% end %>