app/views/callback/created.volt: fix icon.
This commit is contained in:
parent
0e3fb9a6e8
commit
e6290e7fdc
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
<strong>{{ serverUrl() }}{{ url(['for': 'cb-endpoint', 'id': id]) }}</strong>
|
<strong>{{ serverUrl() }}{{ url(['for': 'cb-endpoint', 'id': id]) }}</strong>
|
||||||
|
|
||||||
<a class="button button-default" href="{{ url('/callback/show/' ~ id) }}">
|
<a class="button button-default" href="{{ url('/callback/show/' ~ id) }}">
|
||||||
{{ icon('eye') }} View
|
{{ icon('solid/eye') }} View
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Reference in a new issue