usethesource: Fix bold
This commit is contained in:
parent
1fce9f4548
commit
df4c284d57
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
<div class="mt4" hx-target="this" hx-swap="outerHTML"><strong>{{ comment.user }} — {{ comment.time }}</strong>
|
<div class="mb4" hx-target="this" hx-swap="outerHTML"><strong>{{ comment.user }} — {{ comment.time }}</strong>
|
||||||
{% if user.is_staff %}
|
{% if user.is_staff %}
|
||||||
<a href="#" class="f7 white bg-light-silver ph2" hx-get="{% url 'usethesource:edit_comment' comment_id=comment.id %}">edit</a>
|
<a href="#" class="f7 white bg-light-silver ph2" hx-get="{% url 'usethesource:edit_comment' comment_id=comment.id %}">edit</a>
|
||||||
<a href="#" class="f7 white bg-light-red ph2" hx-delete="{% url 'usethesource:delete_comment' comment_id=comment.id show_add='false' %}" hx-confirm="Are you sure you want to delete this comment?">delete</a>
|
<a href="#" class="f7 white bg-light-red ph2" hx-delete="{% url 'usethesource:delete_comment' comment_id=comment.id show_add='false' %}" hx-confirm="Are you sure you want to delete this comment?">delete</a>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>Software Freedom Conservancy works for your right to repair and modify the software on your devices. *Use The Source* shows you how we evaluate the source code candidates companies must provide for GPLed software. Join us as we highlight common issues in source candidates, and what companies need to do to fix them. Check out the options below, or subscribe to our <a href="https://lists.sfconservancy.org/mailman/listinfo/ccs-review">mailing list</a> to participate in the public discussion on these candidates.</p>
|
<p>Software Freedom Conservancy works for your right to repair and modify the software on your devices. <strong>Use The Source</strong> shows you how we evaluate the source code candidates companies must provide for GPLed software. Join us as we highlight common issues in source candidates, and what companies need to do to fix them. Check out the options below, or subscribe to our <a href="https://lists.sfconservancy.org/mailman/listinfo/ccs-review">mailing list</a> to participate in the public discussion on these candidates.</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<h2 id="submit-a-candidate" class="f2 lh-title ttu mt0 mb2">Submit a Candidate</h2>
|
<h2 id="submit-a-candidate" class="f2 lh-title ttu mt0 mb2">Submit a Candidate</h2>
|
||||||
|
|
Loading…
Reference in a new issue