Files @ 250db691e485
Branch filter:

Location: website/conservancy/usethesource/templates/usethesource/add_comment_button_partial.html

bsturmfels
Document the new deployment approach

Also mentioned linkchecker.
1
2
3
<div class="mt2" hx-target="this" hx-swap="outerHTML">
  <button type="submit" title="Add comment" class="f3 b white bg-light-silver ph2" style="border: none" hx-get="{% url 'usethesource:add_comment' slug=candidate.slug %}">+</button>
</div>