Skip to content

Commit

Permalink
Edit link label.
Browse files Browse the repository at this point in the history
  • Loading branch information
zorn committed Aug 15, 2024
1 parent 7c42ef2 commit 28f054f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/flick_web/live/ballots/index_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ defmodule FlickWeb.Ballots.IndexLive do
<.link :if={ballot.published_at} navigate={~p"/#{ballot.url_slug}"}>Voting Page</.link>
</:col>
<:col :let={ballot}>
<.link navigate={~p"/#{ballot.url_slug}/#{ballot.id}"}>View</.link>
<.link navigate={~p"/#{ballot.url_slug}/#{ballot.id}"}>Ballot Details</.link>
</:col>
</.table>
"""
Expand Down

0 comments on commit 28f054f

Please sign in to comment.