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 b1940bb commit 5356ee0Copy full SHA for 5356ee0
lib/cesium_link_web/live/link_live/index.html.heex
@@ -35,13 +35,11 @@
35
</.link>
36
</:col>
37
38
- <:col :let={{_id, link}} label="Time Left">
+ <:col :let={{_id, link}} label="Time to publish">
39
<%= if link.in_future do %>
40
<div id="timer-countdown" phx-hook="Timer" data-finish-time={DateTime.to_unix(link.publish_at)} class="opacity-50">
41
00:00:00
42
</div>
43
- <% else %>
44
- <h1>No time set</h1>
45
<% end %>
46
47
0 commit comments