Skip to content

Commit 6b75546

Browse files
committed
Remove needless link from English stats to Japanese dojos (this page is not I18n yet)
1 parent a70661f commit 6b75546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/stats/show.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</div>
2424
<div style="margin-top: 20px;">
2525
<% if @lang == 'en' %>
26-
<a href="/stats">&raquo; Switch to Japanese</a> / <a href="/dojos">&raquo; View Annual Data</a>
26+
<a href="/stats">&raquo; Switch to Japanese</a>
2727
<% else %>
2828
<a href="/english/stats">&raquo; View in English</a> / <a href="/dojos">&raquo; 年次データを見る</a>
2929
<% end %>

0 commit comments

Comments
 (0)