Skip to content

Commit e5227e0

Browse files
format code
1 parent 5a1be77 commit e5227e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cesium_link_web/live/link_live/index.html.heex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<%= truncate_elipsis(link.url, 50) %>
3636
</.link>
3737
</:col>
38-
<:col :let={{_id, link}} label="Clicks">
38+
<:col :let={{_id, link}} label="Clicks">
3939
<% publish_future = link.publish_at && DateTime.compare(link.publish_at, DateTime.utc_now()) == :gt %>
4040
<p class={if publish_future, do: "opacity-50"}>
4141
<%= link.visits %>

0 commit comments

Comments
 (0)