@@ -917,7 +917,7 @@ defmodule AlgoraWeb.Org.JobLive do
917
917
|> assign ( :developers , developers )
918
918
|> assign ( :applicants , sort_by_contributions ( socket . assigns . job , applicants , contributions_map ) )
919
919
|> assign ( :imports , sort_by_contributions ( socket . assigns . job , imports , contributions_map ) )
920
- |> assign ( :stargazers , sort_by_contributions ( socket . assigns . job , stargazers , contributions_map ) )
920
+ |> assign ( :stargazers , stargazers )
921
921
|> assign ( :stargazers_count , stargazers_count )
922
922
|> assign ( :matches , matches )
923
923
|> assign ( :truncated_matches , truncated_matches )
@@ -1170,11 +1170,11 @@ defmodule AlgoraWeb.Org.JobLive do
1170
1170
< span :if = { @ user . country } >
1171
1171
{ Algora.Misc.CountryEmojis . get ( @ user . country ) }
1172
1172
</ span >
1173
- <%= if @ current_user && @ current_user . is_admin && @ user . provider_meta [ "hireable" ] do %>
1173
+ <%!-- <% = if @current_user && @current_user.is_admin && @user.provider_meta["hireable"] do %>
1174
1174
<.badge variant="success">
1175
1175
Hireable
1176
1176
</.badge>
1177
- <% end %>
1177
+ <% end %> --%>
1178
1178
</ . link >
1179
1179
</ div >
1180
1180
< div
@@ -1190,17 +1190,17 @@ defmodule AlgoraWeb.Org.JobLive do
1190
1190
< . icon name = "github " class = "shrink-0 h-4 w-4 " />
1191
1191
< span class = "line-clamp-1 " > { @ user . provider_login } </ span >
1192
1192
</ . link >
1193
- < . link
1194
- :if = { @ user . provider_meta [ "twitter_handle " ] }
1195
- href = { "https://x.com/#{ @ user . provider_meta [ "twitter_handle " ] } " }
1193
+ <%!-- < .link
1194
+ :if={@user.provider_meta["twitter_username "]}
1195
+ href={"https://x.com/#{@user.provider_meta["twitter_username "]}"}
1196
1196
target="_blank"
1197
1197
class="flex items-center gap-1 hover:underline"
1198
1198
>
1199
1199
<.icon name="tabler-brand-x" class="shrink-0 h-4 w-4" />
1200
1200
<span class="line-clamp-1">
1201
- { @ user . provider_meta [ "twitter_handle " ] }
1201
+ {@user.provider_meta["twitter_username "]}
1202
1202
</span>
1203
- </ . link >
1203
+ </.link> --%>
1204
1204
< div :if = { @ user . provider_meta [ "location" ] } class = "flex items-center gap-1 " >
1205
1205
< . icon name = "tabler-map-pin " class = "shrink-0 h-4 w-4 " />
1206
1206
< span class = "line-clamp-1 " >
0 commit comments