Whitespace fixes for messages erb files

This commit is contained in:
Andy Allan 2019-03-06 11:13:47 +01:00 committed by Tom Hughes
parent 9077419ca8
commit c703a3d1a7
3 changed files with 3 additions and 4 deletions

View file

@ -3,7 +3,7 @@
<% end %>
<% content_for :heading do %>
<h2><%= t '.my_inbox'%>/<%= link_to t('.outbox'), outbox_messages_path %></h2>
<h2><%= t '.my_inbox' %>/<%= link_to t('.outbox'), outbox_messages_path %></h2>
<% end %>
<h4><%= render :partial => "message_count" %></h4>