Skip to content

Commit

Permalink
Move links section to after incidents (OrcaCollective#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound authored and abandoned-prototype committed Nov 27, 2022
1 parent 4cda564 commit 5c3969b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OpenOversight/app/templates/officer.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ <h1>Officer Detail: <b>{{ officer.full_name() }}</b></h1>
{% if is_admin_or_coordinator %}
{% include "partials/officer_notes.html" %}
{% endif %}
{% with obj=officer %}
{% include "partials/links_and_videos_row.html" %}
{% endwith %}
</div> {# end col #}

<div class='col-sm-12 col-md-6'>
Expand All @@ -128,6 +125,9 @@ <h1>Officer Detail: <b>{{ officer.full_name() }}</b></h1>
{% if officer.incidents or is_admin_or_coordinator %}
{% include "partials/officer_incidents.html" %}
{% endif %}
{% with obj=officer %}
{% include "partials/links_and_videos_row.html" %}
{% endwith %}
</div>{# end col #}

</div> {# end row #}
Expand Down

0 comments on commit 5c3969b

Please sign in to comment.