forked from shibao/cannery
		
	fix accessibility issues
This commit is contained in:
		| @@ -54,6 +54,7 @@ | ||||
|       <%= text_input(f, :search_term, | ||||
|         class: "input input-primary", | ||||
|         value: @search, | ||||
|         role: "search", | ||||
|         phx_debounce: 300, | ||||
|         placeholder: gettext("Search ammo") | ||||
|       ) %> | ||||
|   | ||||
| @@ -91,7 +91,7 @@ defmodule CanneryWeb.AmmoGroupLive.Show do | ||||
|       %{label: gettext("Rounds shot"), key: :count}, | ||||
|       %{label: gettext("Notes"), key: :notes}, | ||||
|       %{label: gettext("Date"), key: :date, type: ComparableDate}, | ||||
|       %{label: nil, key: :actions, sortable: false} | ||||
|       %{label: gettext("Actions"), key: :actions, sortable: false} | ||||
|     ] | ||||
|  | ||||
|     shot_groups = ActivityLog.list_shot_groups_for_ammo_group(ammo_group, current_user) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user