apply the patch from Steven Aerts which fixes some small issues with stats. Thanks Steven!

This commit is contained in:
Reinier Balt 2009-03-16 14:59:24 +01:00
parent cacc37d12c
commit 9897f8c170
3 changed files with 7 additions and 7 deletions

View file

@ -10,7 +10,7 @@ end
0.upto @actions_per_context.size()-2 do | i |
%><%=truncate(@actions_per_context[i]['name'], :length => @truncate_chars, :omission => '...')%>,<%
end
-%><%=truncate(@actions_per_context[@actions_per_context.size()-1]['name'], :legnth => @truncate_chars, :omission => '...') %>&
-%><%=truncate(@actions_per_context[@actions_per_context.size()-1]['name'], :length => @truncate_chars, :omission => '...') %>&
&links=<%
0.upto @actions_per_context.size()-2 do | i |
%><%=url_for :controller => "contexts", :action => "show", :id=>@actions_per_context[i]['id']%>,<%