From 93a6753e049145bce4954c0cdb40c6a765aab906 Mon Sep 17 00:00:00 2001 From: Clement Date: Mon, 20 Jul 2020 16:55:55 +0200 Subject: [PATCH] :lipstick: Make the list clearer --- src/pages/tokens.html | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/pages/tokens.html b/src/pages/tokens.html index e806bf0..40d5b93 100644 --- a/src/pages/tokens.html +++ b/src/pages/tokens.html @@ -12,18 +12,17 @@ API_TOKEN: "{{ $token->api_token }}" +@foreach($tokens as $token) +
- @foreach($tokens as $token) -
- - {{{ TOKEN_NAME }}} - - - {{{ API_TOKEN }}} - - - @endforeach + + {{{ TOKEN_NAME }}} + + + {{{ API_TOKEN }}} +
+@endforeach