Skip to content

Commit

Permalink
Make original url a link
Browse files Browse the repository at this point in the history
  • Loading branch information
will-lynas committed Oct 8, 2024
1 parent 9c59c1f commit 7bf281b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/templates/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ <h2>Your Shortened URLs</h2>
{{ range .URLs }}
<tr>
<td>
<div class="text-truncate" style="max-width: 200px">
{{ .URL }}
</div>
<a class="text-decoration-none" href="{{ .URL }}"
>{{ .URL }}</a
>
</td>
<td>
<a
Expand Down

0 comments on commit 7bf281b

Please sign in to comment.