erblint: fix remaining single quoted strings
This commit is contained in:
parent
50091893d4
commit
3af16f6337
103 changed files with 666 additions and 685 deletions
|
@ -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>
|
||||
|
@ -12,9 +12,9 @@
|
|||
<table class="messages">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><%= t '.from' %></th>
|
||||
<th><%= t '.subject' %></th>
|
||||
<th><%= t '.date' %></th>
|
||||
<th><%= t ".from" %></th>
|
||||
<th><%= t ".subject" %></th>
|
||||
<th><%= t ".date" %></th>
|
||||
<th></th>
|
||||
<th></th>
|
||||
</tr>
|
||||
|
@ -24,5 +24,5 @@
|
|||
</tbody>
|
||||
</table>
|
||||
<% else %>
|
||||
<div><%= raw(t '.no_messages_yet', :people_mapping_nearby_link => link_to(t('.people_mapping_nearby'), user_path(current_user))) %></div>
|
||||
<div><%= raw(t ".no_messages_yet", :people_mapping_nearby_link => link_to(t(".people_mapping_nearby"), user_path(current_user))) %></div>
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue