Avoid using inline javascript to update message list
This commit is contained in:
parent
ed1f441ef3
commit
4a6779abf7
9 changed files with 44 additions and 14 deletions
|
@ -1,3 +1,7 @@
|
|||
<% content_for :head do %>
|
||||
<%= javascript_include_tag "messages" %>
|
||||
<% end %>
|
||||
|
||||
<% content_for :heading do %>
|
||||
<h2><%= raw(t '.my_inbox', :inbox_link => link_to(t('.inbox'), inbox_path(current_user.display_name))) %>/<%= t'.outbox' %></h2>
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue