We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1be77 commit e5227e0Copy full SHA for e5227e0
lib/cesium_link_web/live/link_live/index.html.heex
@@ -35,7 +35,7 @@
35
<%= truncate_elipsis(link.url, 50) %>
36
</.link>
37
</:col>
38
-<:col :let={{_id, link}} label="Clicks">
+ <:col :let={{_id, link}} label="Clicks">
39
<% publish_future = link.publish_at && DateTime.compare(link.publish_at, DateTime.utc_now()) == :gt %>
40
<p class={if publish_future, do: "opacity-50"}>
41
<%= link.visits %>
0 commit comments