diff --git a/app/views/proposal/show.html.haml b/app/views/proposal/show.html.haml
index 0d9e83a1..82689111 100644
--- a/app/views/proposal/show.html.haml
+++ b/app/views/proposal/show.html.haml
@@ -6,6 +6,7 @@
%br
%small
= @event.subtitle
+ = link_to "Schedule", conference_schedule_path(@conference.short_title), :class =>"btn btn-success pull-right"
- if has_role?(current_user, "admin")
= link_to "Edit", edit_admin_conference_event_path(@conference.short_title, @event), :class => "btn btn-mini btn-primary pull-right"
.row