app/views/callback/show.volt: use UrlStyle Helper.
This commit is contained in:
parent
f7ac58ea44
commit
51a2675366
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
aria-expanded="true" aria-controls="request{{ index }}">
|
||||
|
||||
<span class="request-list-item-header-uri">
|
||||
{{ icon('android-locate') }} {{ req.getUri() }}
|
||||
{{ icon('android-locate') }} <span class="url">{{ urlStyle(req.getUri()) }}</span>
|
||||
</span>
|
||||
|
||||
<span class="request-list-item-header-timestamp">
|
||||
|
|
|
|||
Reference in a new issue