projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed bug when oauthorizing with a token which no longer exists (merged 17416 from...
[rails.git]
/
app
/
views
/
message
/
outbox.html.erb
diff --git
a/app/views/message/outbox.html.erb
b/app/views/message/outbox.html.erb
index 5be5b7bfb2897e4aaba020147d35c690f25e668f..f1f9ddea73a5523b6d7ccc96babd876bf3c547a6 100644
(file)
--- a/
app/views/message/outbox.html.erb
+++ b/
app/views/message/outbox.html.erb
@@
-9,6
+9,7
@@
<th><%= t'message.outbox.to' %></th>
<th><%= t'message.outbox.subject' %></th>
<th><%= t'message.outbox.date' %></th>
<th><%= t'message.outbox.to' %></th>
<th><%= t'message.outbox.subject' %></th>
<th><%= t'message.outbox.date' %></th>
+ <th></th>
</tr>
<%= render :partial => "sent_message_summary", :collection => @user.sent_messages %>
</table>
</tr>
<%= render :partial => "sent_message_summary", :collection => @user.sent_messages %>
</table>