Archived
1
0
Fork 0

app/views/callback/show.volt: remove index number from list headers.

This commit is contained in:
Henrik Hautakoski 2018-03-18 11:46:51 +01:00
parent 28215d0303
commit 8778f64d96
2 changed files with 1 additions and 10 deletions

View file

@ -35,14 +35,9 @@
}
}
&-index {
display: inline-block;
width: 5%;
}
&-uri {
display: inline-block;
width: 40%;
width: 45%;
}
&-size {

View file

@ -14,10 +14,6 @@
data-toggle="collapse" data-parent="#request-log"
aria-expanded="true" aria-controls="request{{ index }}">
<span class="request-list-item-header-index">
#{{ index + 1 }}
</span>
<span class="request-list-item-header-uri">
{{ icon('android-locate') }} {{ req.getUri() }}
</span>