mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Tabify the statistics page
This commit is contained in:
parent
83b20dfc58
commit
d96f7d5332
2 changed files with 142 additions and 152 deletions
|
|
@ -56,16 +56,16 @@
|
|||
- if current_page?(admin_conference_stats_path(@conference.short_title))
|
||||
%li.active
|
||||
= link_to('#') do
|
||||
%i.icon-comment
|
||||
Stats
|
||||
%i.icon-tasks
|
||||
Statistics
|
||||
- else
|
||||
%li
|
||||
= link_to(admin_conference_stats_path(@conference.short_title)) do
|
||||
%i.icon-comment
|
||||
Stats
|
||||
%i.icon-tasks
|
||||
Statistics
|
||||
%li
|
||||
= link_to(admin_conference_schedule_path(@conference.short_title), :target => "_blank") do
|
||||
%i.icon-tasks
|
||||
%i.icon-calendar
|
||||
Schedule
|
||||
%ul.nav.hidden-desktop
|
||||
= render 'layouts/user_menu'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue