Archived
1
0
Fork 0

app/views/callback/created.volt: fix icon.

This commit is contained in:
Henrik Hautakoski 2018-06-11 08:45:33 +02:00
parent 0e3fb9a6e8
commit e6290e7fdc

View file

@ -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>