Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnyu committed Jul 17, 2024
1 parent 18785aa commit 50b3afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/users/users-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h3 class="card-title">Users</h3>
{{ else }}
<a href="/users/{{ $user.ID }}/remove_admin" class="btn-sm btn-danger" type="button"/>Remove Admin</a>
{{ end }}
<a href="/users/{{ $user.ID}}/edit" class="btn-small btn-secondary">Edit</a>
<a href="/users/{{ $user.ID}}/edit" class="btn-sm btn-secondary">Edit</a>
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 50b3afb

Please sign in to comment.