add created at date to ammo types
This commit is contained in:
		| @@ -87,6 +87,14 @@ | |||||||
|       <%= @ammo_type |> Ammo.get_used_count_for_ammo_type(@current_user) %> |       <%= @ammo_type |> Ammo.get_used_count_for_ammo_type(@current_user) %> | ||||||
|     </span> |     </span> | ||||||
|  |  | ||||||
|  |     <h3 class="title text-lg"> | ||||||
|  |       <%= gettext("Added on:") %> | ||||||
|  |     </h3> | ||||||
|  |  | ||||||
|  |     <span class="text-primary-600"> | ||||||
|  |       <%= @ammo_type.inserted_at |> display_datetime() %> | ||||||
|  |     </span> | ||||||
|  |  | ||||||
|     <%= if @avg_cost_per_round do %> |     <%= if @avg_cost_per_round do %> | ||||||
|       <h3 class="title text-lg"> |       <h3 class="title text-lg"> | ||||||
|         <%= gettext("Average Price paid") %>: |         <%= gettext("Average Price paid") %>: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user