Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
AfonsoMartins26 committed Sep 27, 2024
1 parent 5a1be77 commit e5227e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cesium_link_web/live/link_live/index.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<%= truncate_elipsis(link.url, 50) %>
</.link>
</:col>
<:col :let={{_id, link}} label="Clicks">
<:col :let={{_id, link}} label="Clicks">
<% publish_future = link.publish_at && DateTime.compare(link.publish_at, DateTime.utc_now()) == :gt %>
<p class={if publish_future, do: "opacity-50"}>
<%= link.visits %>
Expand Down

0 comments on commit e5227e0

Please sign in to comment.