Fix various routing and route generation errors
This commit is contained in:
parent
6391ea5a7a
commit
58d889436f
11 changed files with 32 additions and 24 deletions
|
@ -1,4 +1,4 @@
|
|||
<h2><%= raw(t'message.outbox.my_inbox', :inbox_link => link_to(t('message.outbox.inbox'), url_for(:controller => "user", :action => "inbox", :id => @user.display_name))) %>/<%= t'message.outbox.outbox' %></h2>
|
||||
<h2><%= raw(t'message.outbox.my_inbox', :inbox_link => link_to(t('message.outbox.inbox'), inbox_path(@user.display_name))) %>/<%= t'message.outbox.outbox' %></h2>
|
||||
|
||||
<p><%= t'message.outbox.messages', :count => @user.sent_messages.size %>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue