diff --git a/app/views/professors/index.html.slim b/app/views/professors/index.html.slim index b8dcbad..223fa3e 100644 --- a/app/views/professors/index.html.slim +++ b/app/views/professors/index.html.slim @@ -1,5 +1,5 @@ h1 Faculty -form.filterform.form-search action="#" +form.filterform.form-search.hide-from-pdf action="#" = text_field_tag "filterString", nil, class: "input-medium search-query" i.icon-remove.clear-search = link_to 'New Professor', new_professor_path, class: "hide-from-pdf" diff --git a/app/views/students/index.html.slim b/app/views/students/index.html.slim index cc47ff4..af7ce98 100644 --- a/app/views/students/index.html.slim +++ b/app/views/students/index.html.slim @@ -1,5 +1,5 @@ h1 Students -form.filterform.form-search action="#" +form.filterform.form-search.hide-from-pdf action="#" = text_field_tag "filterString", nil, class: "input-medium search-query" i.icon-remove.clear-search = link_to "New Student", new_student_path, class: "hide-from-pdf"