diff --git a/app/views/admin/programs/show.html.haml b/app/views/admin/programs/show.html.haml index feff0205..c73f5f9b 100644 --- a/app/views/admin/programs/show.html.haml +++ b/app/views/admin/programs/show.html.haml @@ -53,7 +53,7 @@ .row .col-md-12.text-right - - if can? :edit, @progam + - if can? :edit, @program = link_to edit_admin_conference_program_path(@conference.short_title), class: 'btn btn-primary' do Edit - if can? :destroy, @program