Admin sidebar: show schedule instead of edit

This commit is contained in:
Stella Rouzi 2014-06-28 11:32:17 +03:00
parent 50e75c6dd4
commit 88dcc6a92f
6 changed files with 39 additions and 35 deletions

View file

@ -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");
}
});
});
});