|
|
@ -10,7 +10,7 @@ |
|
|
|
<%= render partial: "filters/checkbox_filter", locals: { f: f, options: years, label: "Collection year", category: "years" } %> |
|
|
|
<%= render partial: "filters/checkbox_filter", locals: { f: f, options: years, label: "Collection year", category: "years" } %> |
|
|
|
<%= render partial: "filters/checkbox_filter", locals: { f: f, options: status_filters, label: "Status", category: "status" } %> |
|
|
|
<%= render partial: "filters/checkbox_filter", locals: { f: f, options: status_filters, label: "Status", category: "status" } %> |
|
|
|
<%= render partial: "filters/radio_filter", locals: { f: f, options: all_or_yours, label: "Logs", category: "user", } %> |
|
|
|
<%= render partial: "filters/radio_filter", locals: { f: f, options: all_or_yours, label: "Logs", category: "user", } %> |
|
|
|
<% if @current_user.support? %> |
|
|
|
<% if @current_user.support? && request.path == "/logs" %> |
|
|
|
<%= render partial: "filters/radio_filter", locals: { |
|
|
|
<%= render partial: "filters/radio_filter", locals: { |
|
|
|
f: f, |
|
|
|
f: f, |
|
|
|
options: { |
|
|
|
options: { |
|
|
|