Add difficulty levels
This commit is contained in:
parent
4356616566
commit
5b35e25ecd
15 changed files with 119 additions and 3 deletions
|
|
@ -31,6 +31,10 @@
|
|||
%li.active= link_to "Event Types", "#"
|
||||
- else
|
||||
%li= link_to "Event Types", admin_conference_eventtype_list_path(@conference.short_title)
|
||||
- if activated == "Difficulty Levels"
|
||||
%li.active= link_to "Difficulty Levels", "#"
|
||||
- else
|
||||
%li= link_to "Difficulty Levels", admin_conference_difficulty_levels_path(@conference.short_title)
|
||||
- if activated == "Social Events"
|
||||
%li.active= link_to "Social Events", "#"
|
||||
- else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue