File diff 905e5c918d3f → cc3224bb60dd
www/usethesource/templates/usethesource/add_comment_button_partial.html
Show inline comments
 
new file 100644
 
<div class="mt2" hx-target="this" hx-swap="outerHTML">
 
  <button type="submit" class="f3 b white bg-green ph2" style="border: none" hx-get="{% url 'usethesource:add_comment' slug=candidate.slug %}">+</button>
 
</div>