projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a894e75
)
Fix typo.
author
Tom Hughes
<tom@compton.nu>
Wed, 22 Aug 2007 00:20:53 +0000
(
00:20
+0000)
committer
Tom Hughes
<tom@compton.nu>
Wed, 22 Aug 2007 00:20:53 +0000
(
00:20
+0000)
app/views/message/new.rhtml
patch
|
blob
|
history
diff --git
a/app/views/message/new.rhtml
b/app/views/message/new.rhtml
index 44ef84dfcb183c7195bd1ffd0bfe3170fa695766..883fdfbc0ca9e02d67b070936df454042b73c0a4 100644
(file)
--- a/
app/views/message/new.rhtml
+++ b/
app/views/message/new.rhtml
@@
-21,7
+21,7
@@
</tr>
<tr>
<th></th>
- <td><%=
f.
submit_tag 'Send' %></td>
+ <td><%= submit_tag 'Send' %></td>
</tr>
</table>
<% end %>