Skip to content

Commit

Permalink
add details button to mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-streltsov committed Oct 6, 2024
1 parent 8b1d880 commit bf15558
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/templates/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@ <h5 class="card-title text-truncate">{{ .URL }}</h5>
</p>
<p class="card-text">Clicks: {{ .Clicks }}</p>
<div class="d-flex justify-content-between">
<a href="/details/{{ .ID }}" class="btn btn-sm btn-info"
>Details</a
>
<a href="/edit/{{ .ID }}" class="btn btn-primary">Edit</a>
<a
href="/delete/{{ .ID }}"
Expand Down

0 comments on commit bf15558

Please sign in to comment.