Add admin stats page
This commit is contained in:
parent
8286c8130d
commit
a71a16922c
7 changed files with 240 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue