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
110
110
<%= for % { transaction: transaction , ticket: ticket , project: project } <- @ transactions do %>
111
111
< tr class = "border-b transition-colors hover:bg-muted/10 " >
112
112
< td class = "p-4 align-middle " >
113
- < div class = "flex items-center gap-4 " >
113
+ < div class = "flex items-start gap-4 " >
114
114
< . link navigate = { User . url ( project ) } >
115
115
< span class = "relative flex h-14 w-14 shrink-0 overflow-hidden rounded-xl " >
116
116
< img
@@ -161,6 +161,11 @@ defmodule AlgoraWeb.User.ProfileLive do
161
161
</ div >
162
162
</ div >
163
163
</ . 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 >
164
169
</ div >
165
170
</ div >
166
171
</ td >
You can’t perform that action at this time.
0 commit comments