File diff 250db691e485 → c0a4fe5f39d0
conservancy/usethesource/templates/usethesource/add_comment_button_partial.html
Show inline comments
 
<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>
 
  <button type="submit" title="Add comment" class="f3 b white bg-light-silver pointer ph2" style="border: none" hx-get="{% url 'usethesource:add_comment' slug=candidate.slug %}">+</button>
 
</div>