Working on the backend interface for supporter registrations
This commit is contained in:
parent
e0f134bb34
commit
152e8a345d
66 changed files with 12860 additions and 17 deletions
|
|
@ -10,6 +10,13 @@
|
|||
- else
|
||||
%li
|
||||
= link_to "Registrations", admin_conference_registrations_path(@conference.short_title)
|
||||
- if current_page?(admin_conference_supporters_path(@conference.short_title))
|
||||
%li.active
|
||||
= link_to "Supporters", "#"
|
||||
- else
|
||||
%li
|
||||
= link_to "Supporters", admin_conference_supporters_path(@conference.short_title)
|
||||
|
||||
- if current_page?(admin_conference_events_path(@conference.short_title))
|
||||
%li.active
|
||||
= link_to "Events", "#"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
#wrap
|
||||
#inner-content
|
||||
.row-fluid
|
||||
.span12
|
||||
.span12#flash-bar
|
||||
= render 'layouts/messages'
|
||||
.row-fluid
|
||||
.span12
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue