diff --git a/lib/components_elixir_web/live/components_live.ex b/lib/components_elixir_web/live/components_live.ex index 7f9d6b7..4c1148f 100644 --- a/lib/components_elixir_web/live/components_live.ex +++ b/lib/components_elixir_web/live/components_live.ex @@ -681,8 +681,9 @@ defmodule ComponentsElixirWeb.ComponentsLive do
<%= if component.datasheet_url do %> 📄 <% end %>
+
- <%= if component.description do %> - {component.description} - <% end %> + + + <%= if component.description do %> +
+ {component.description}
- Location: {storage_location_display_name(component.storage_location)} -
- <% end %> -- Count: {component.count} -
- <%= if @sort_criteria == "all" or @sort_criteria == "id" do %> -- ID: {component.id} -
- <% end %> + <% end %> + + +