diaspora/app/views/statistics/show.html.haml
2011-01-21 10:29:07 -08:00

13 lines
339 B
Text

-# Copyright (c) 2010, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
%h1 Viewing statistic
%h3
= "Users in sample: #{@statistic.users_in_sample}"
= image_tag( "/statistics/graph/#{@statistic.id}")
%br
= link_to 'all statistics', statistics_path