From eda41debc0baa05f464891accf8dfea28037eae2 Mon Sep 17 00:00:00 2001 From: Jared Cosulich Date: Fri, 3 Mar 2017 11:02:19 -0500 Subject: [PATCH] tweaking edit page --- app/views/recipient_lists/edit.html.haml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/app/views/recipient_lists/edit.html.haml b/app/views/recipient_lists/edit.html.haml index 5a27ad63..8a367c86 100644 --- a/app/views/recipient_lists/edit.html.haml +++ b/app/views/recipient_lists/edit.html.haml @@ -1,5 +1,7 @@ -%h1 Editing recipient_list -= render 'form' -= link_to 'Show', [@recipient_list.school, @recipient_list] -| -= link_to 'Back', school_recipient_lists_path(@recipient_list.school) +.row + .offset-sm-2.col-sm-8 + %h3 Edit Recipient List + = render 'form' + %br + %p= link_to 'Show', [@recipient_list.school, @recipient_list] + %p= link_to 'Back',@school