Skip to content

Commit

Permalink
add search bar to more event pages
Browse files Browse the repository at this point in the history
closes #840
  • Loading branch information
elad-eyal authored and Mario Manno committed Oct 19, 2021
1 parent a3d3ff2 commit f658026
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/events/attachments.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
%p= t('attachments_overview_module.no_attachments')
- else
= render partial: 'filters', locals: { params: params }
.row
.span16
= render 'shared/simple_search', path: request.path
.row
.span16
- if @events.empty?
Expand Down
3 changes: 3 additions & 0 deletions app/views/events/feedbacks.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
%p= t('events_module.feedback_not_enabled')

- else
.row
.span16
= render 'shared/simple_search', path: request.path
.row
.span16
%table.zebra-striped
Expand Down
3 changes: 3 additions & 0 deletions app/views/events/ratings.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
%br/
%b= t('ratings_module.total_number_of_not_reviewed')
= @events_no_review
.row
.span16
= render 'shared/simple_search', path: request.path
.row
.span16
- if @events.empty?
Expand Down

0 comments on commit f658026

Please sign in to comment.