We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab6a28 commit 66f7127Copy full SHA for 66f7127
app/views/stats/show.html.erb
@@ -374,14 +374,14 @@
374
<tr>
375
<% if count == 0 %>
376
<td style="background-color: gainsboro; padding: 0px;">
377
- <small><%= @lang == 'en' ? prefecture_name_in_english(prefecture) : prefecture %></small>
+ <small><%= prefecture %></small>
378
</td>
379
380
<small><%= count %></small>
381
382
<% else %>
383
<td style="padding: 0px;">
384
385
386
387
0 commit comments