Skip to content

Commit ed4417f

Browse files
committed
move fields
1 parent 2153603 commit ed4417f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

app/views/fae/pages/activity_log.html.slim

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
main.content
44

55
== fae_filter_form title: 'Search Changes', action: fae.activity_log_filter_path do
6-
== fae_filter_select :user, options: Fae::User.all.map { |u| [u.full_name, u.id] }
7-
== fae_filter_select :model, options: Fae::Change.unique_changeable_types
86
== fae_filter_select :type, options: ['created', 'updated', 'deleted']
7+
== fae_filter_datepicker :start_date, placeholder: 'MM/DD/YYYY', class: 'test'
8+
== fae_filter_datepicker :end_date, placeholder: 'MM/DD/YYYY'
99
== fae_filter_select :date, options: ['Last Hour', 'Last Day', 'Last Week', 'Last Month'], placeholder: 'All Time'
10-
11-
.table-filter-group.no-right-margin
12-
== fae_filter_datepicker :start_date, placeholder: 'MM/DD/YYYY', class: 'test'
13-
== fae_filter_datepicker :end_date, placeholder: 'MM/DD/YYYY'
10+
br
11+
== fae_filter_select :user, options: Fae::User.all.map { |u| [u.full_name, u.id] }
12+
== fae_filter_select :model, options: Fae::Change.unique_changeable_types
1413

1514
table.js-results-table
1615
thead

0 commit comments

Comments
 (0)