diff --git a/app/views/_partials/pagination.volt b/app/views/_partials/pagination.volt index a7db769..4720288 100644 --- a/app/views/_partials/pagination.volt +++ b/app/views/_partials/pagination.volt @@ -16,7 +16,7 @@ {% if page.current !== page.before %}
  • - {{ icon('android-arrow-back') }} Previous + {{ icon('solid/arrow-left') }} Previous
  • {% endif %} @@ -52,7 +52,7 @@ {% if page.current !== page.next %}
  • - Next {{ icon('android-arrow-forward') }} + Next {{ icon('solid/arrow-right') }}
  • {% endif %} diff --git a/app/views/_templates/footer.volt b/app/views/_templates/footer.volt index bf3556a..af3cddc 100644 --- a/app/views/_templates/footer.volt +++ b/app/views/_templates/footer.volt @@ -9,7 +9,7 @@ diff --git a/app/views/_templates/navigation.volt b/app/views/_templates/navigation.volt index ef7d12a..1ea1e03 100644 --- a/app/views/_templates/navigation.volt +++ b/app/views/_templates/navigation.volt @@ -11,18 +11,18 @@ {% else %} - + {% endif %} diff --git a/app/views/auth/index.volt b/app/views/auth/index.volt index 491d2c6..299400b 100644 --- a/app/views/auth/index.volt +++ b/app/views/auth/index.volt @@ -31,15 +31,15 @@
    - {{ icon('social-github') }} GitHub + {{ icon('brand/github') }} GitHub - {{ icon('social-google') }} Google + {{ icon('brand/google') }} Google - Gitlab + {{ icon('brand/gitlab') }} Gitlab
    diff --git a/app/views/callback/list.volt b/app/views/callback/list.volt index ec84f77..5f4d100 100644 --- a/app/views/callback/list.volt +++ b/app/views/callback/list.volt @@ -6,7 +6,7 @@
    - {{ icon('android-add') }} New + {{ icon('solid/plus') }} New
    @@ -29,10 +29,10 @@
    - {{ icon('android-time') }} Created at: {{ item.created_at }} + {{ icon('clock') }} Created at: {{ item.created_at }} - {{ icon('paper-airplane') }} + {{ icon('paper-plane') }} {% if item.countRequests() > 0 %} Last request: {{ item.last_request }} @@ -42,13 +42,13 @@ - {{ icon('link') }} + {{ icon('solid/link') }} {{ serverUrl() }}{{ url(['for': 'cb-endpoint', 'id': item.public_id]) }}
    - {{ icon('android-arrow-dropright-circle') }} + {{ icon('solid/arrow-alt-circle-right') }} {% endfor %} diff --git a/app/views/callback/show.volt b/app/views/callback/show.volt index 24ddb7f..3e30bcd 100644 --- a/app/views/callback/show.volt +++ b/app/views/callback/show.volt @@ -25,24 +25,22 @@ - {{ icon('android-time') }} {{ req.getTimestamp() }} + {{ icon('clock') }} {{ req.getTimestamp() }}
    - - - {{ icon('android-list') }} {{ req.getType() }} + {{ icon('file-alt') }} {{ req.getType() }} - {{ icon('cube') }} {{ req.getSize() }} b + {{ icon('solid/database') }} {{ req.getSize() }} b - {{ icon('location') }} {{ req.getSourceIp() }} + {{ icon('compass') }} {{ req.getSourceIp() }}