-<% cl = cycle('table0', 'table1') %>
+<% cl = cycle("table0", "table1") %>
<tr class="<%= cl %>">
<td>
<td>
<p>
<% if user.creation_ip %>
- <%= raw t 'users.index.summary',
+ <%= raw t "users.index.summary",
:name => link_to(h(user.display_name), user_path(user)),
:ip_address => link_to(user.creation_ip, :ip => user.creation_ip),
:date => l(user.creation_time, :format => :friendly) %>
<% else %>
- <%= raw t 'users.index.summary_no_ip',
+ <%= raw t "users.index.summary_no_ip",
:name => link_to(h(user.display_name), user_path(user)),
:date => l(user.creation_time, :format => :friendly) %>
<% end %>