Commit 025651a
committed
Move tab filters to search form
Why these changes are being introduced:
UXWS would like the search tabs to display at the
bottom of the header, below the search form.
Relevant ticket(s):
* [USE-147](https://mitlibraries.atlassian.net/browse/USE-147)
How this addresses that need:
This moves the tabs to a partial, which is then rendered in the search
form if results are present. No additional conditional logic is
required, because the form itself is rendered only if the GeoData
feature is not enabled.
Side effects of this change:
None.1 parent 2a81cec commit 025651a
File tree
4 files changed
+16
-10
lines changed- app
- assets/stylesheets/partials
- views/search
4 files changed
+16
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 15 | | |
26 | 16 | | |
27 | 17 | | |
| |||
0 commit comments