Skip to content

Commit

Permalink
hide filter box in pdf version
Browse files Browse the repository at this point in the history
  • Loading branch information
greggroth committed Apr 21, 2012
1 parent 6f0e8ca commit e91a68c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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"
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit e91a68c

Please sign in to comment.