Add translation to app/views/admins/ correlations.haml
This commit is contained in:
parent
c8c708930f
commit
5bfafd549f
1 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
.span-24
|
.span-24
|
||||||
= render :partial => 'admins/admin_bar.haml'
|
= render :partial => 'admins/admin_bar.haml'
|
||||||
%br
|
%br
|
||||||
|
|
@ -6,7 +5,7 @@
|
||||||
|
|
||||||
.span-24.last
|
.span-24.last
|
||||||
%h1
|
%h1
|
||||||
= "Correlations with Sign In Count:"
|
= t('.correlations_count')
|
||||||
%ul
|
%ul
|
||||||
- @correlations_hash.keys.each do |k|
|
- @correlations_hash.keys.each do |k|
|
||||||
%li
|
%li
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue