File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ defmodule AlgoraWeb.User.ProfileLive do
110110 <%= for % { transaction: transaction , ticket: ticket , project: project } <- @ transactions do %>
111111 < tr class = "border-b transition-colors hover:bg-muted/10 " >
112112 < td class = "p-4 align-middle " >
113- < div class = "flex items-center gap-4 " >
113+ < div class = "flex items-start gap-4 " >
114114 < . link navigate = { User . url ( project ) } >
115115 < span class = "relative flex h-14 w-14 shrink-0 overflow-hidden rounded-xl " >
116116 < img
@@ -161,6 +161,11 @@ defmodule AlgoraWeb.User.ProfileLive do
161161 </ div >
162162 </ div >
163163 </ . maybe_link >
164+ < div :if = { ticket . repository && ticket . repository . tech_stack } >
165+ <%= for tech <- ticket . repository . tech_stack do %>
166+ < . badge > { tech } </ . badge >
167+ <% end %>
168+ </ div >
164169 </ div >
165170 </ div >
166171 </ td >
You can’t perform that action at this time.
0 commit comments