Admin sidebar: show schedule instead of edit
This commit is contained in:
parent
50e75c6dd4
commit
88dcc6a92f
6 changed files with 39 additions and 35 deletions
|
|
@ -1,6 +1,7 @@
|
|||
.schedule-content
|
||||
%h2
|
||||
= "Schedule for #{@conference.title}"
|
||||
= "Edit schedule for #{@conference.title} or go back to"
|
||||
= link_to 'schedule', conference_schedule_path(@conference.short_title)
|
||||
#unscheduled.unscheduled
|
||||
.unscheduled-header
|
||||
Unscheduled Events
|
||||
|
|
@ -45,4 +46,4 @@
|
|||
$(this).css("background-color", "#ffffff");
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue