Skip to content

Commit

Permalink
Changed "Evidences" to "Evidence Files" and adjusted +/- icon alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaddalena committed Nov 27, 2023
1 parent 89b9d4d commit 1f84f86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ghostwriter/reporting/templates/reporting/report_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,12 +222,12 @@ <h4>Current Findings</h4>
<td class="align-middle">
<div class="card mb-0" id="accordion-{{ finding.id }}" role="tablist">
<div class="card-header collapsed" data-toggle="collapse" data-target="#accordion-evidences-{{ finding.id }}" role="tab" aria-expanded="false">
<h5 class="mb-0">
<h5 class="mb-0">
<a data-toggle="collapse" href="#accordion-evidences-{{ finding.id }}" aria-expanded="false" aria-controls="accordion-evidences-{{ finding.id }}" class="collapsed">
Evidences
</a>
</h5>
</div>
Evidence Files
</a>
</h5>
</div>
<div id="accordion-evidences-{{ finding.id }}" class="collapse" role="tabpanel" aria-labelledby="accordion-evidences-{{ finding.id }}" data-parent="#accordion-{{ finding.id }}" style="">
<div class="card-body">
{% for evidence_file in finding.evidence_set.all %}
Expand Down
1 change: 1 addition & 0 deletions ghostwriter/static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2492,6 +2492,7 @@ h5 a:after {
color: #000;
font-weight: 600;
float: right;
margin-top: 4px;
}

h5 a[aria-expanded=true]:after {
Expand Down

0 comments on commit 1f84f86

Please sign in to comment.