Add admin stats page

This commit is contained in:
differentreality 2013-07-12 12:30:31 +03:00
parent 8286c8130d
commit a71a16922c
7 changed files with 240 additions and 0 deletions

View file

@ -53,6 +53,16 @@
= link_to(admin_conference_events_path(@conference.short_title)) do
%i.icon-comment
Events
- if current_page?(admin_conference_stats_path(@conference.short_title))
%li.active
= link_to('#') do
%i.icon-comment
Stats
- else
%li
= link_to(admin_conference_stats_path(@conference.short_title)) do
%i.icon-comment
Stats
%li
= link_to(admin_conference_schedule_path(@conference.short_title), :target => "_blank") do
%i.icon-tasks