From 1840a858b7430b394f9cccca780118dc3e846227 Mon Sep 17 00:00:00 2001 From: Stella Date: Fri, 2 May 2014 21:40:42 +0300 Subject: [PATCH] button to link to schedule --- app/views/proposal/show.html.haml | 1 + 1 file changed, 1 insertion(+) 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