Skip to content

Commit

Permalink
HK wants up/down arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Aug 28, 2023
1 parent 91f6c78 commit b778f2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
{% endif %}'
data-bs-toggle='offcanvas' href='#{{id}}' role='button'
data-bs-target='#{{id}}' aria-controls='{{id}}'>
{% if required %}<i class='bi bi-key-fill'></i>{% endif %}{% if inheritance %}<i class="bi bi-box-seam"></i>{% endif %} {{text}}
{% if required %}<i class='bi bi-key-fill'></i>{% endif %}{% if inheritance %}<i class="bi bi-arrow-down-up"></i>{% endif %} {{text}}
</a>
{# -*- Django HTML -*- #}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h3>{{name}}</h3>
<h4>Attributes</h4>
<p class='small'>
Attributes shown with <i class='text-danger bi bi-key-fill'></i> are <em>required</em>, while
those with <i class="text-secondary bi bi-box-seam"></i> inherit values from other objects.
those with <i class="text-secondary bi bi-arrow-down-up"></i> inherit values from other objects.
</p>
<p style='line-height: 2rem;'>
{% for attribute in attributes %}
Expand Down

0 comments on commit b778f2a

Please sign in to comment.