This commit is contained in:
Stella Rouzi 2014-07-21 13:10:16 +00:00
commit 59ed523e73
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");
}
});
});
});