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 Sep 18, 2024
1 parent 1fecb18 commit b99de04
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 b99de04

Please sign in to comment.