diff --git a/app/assets/stylesheets/views/api.scss b/app/assets/stylesheets/views/api.scss index 6a947afef..98e21685e 100644 --- a/app/assets/stylesheets/views/api.scss +++ b/app/assets/stylesheets/views/api.scss @@ -19,6 +19,7 @@ } &-meta { + display: block; color: $secondary-text-colour; } diff --git a/app/templates/views/api/index.html b/app/templates/views/api/index.html index a446e9dbb..cd650bc85 100644 --- a/app/templates/views/api/index.html +++ b/app/templates/views/api/index.html @@ -61,25 +61,27 @@

{{ notification.to }}

-
-
+ + {{notification.key_name}} -
-
+ + -
-
+ + -
- {% for key in [ - 'id', 'notification_type', 'created_at', 'updated_at', 'sent_at', 'status' - ] %} -
{{ key }}:
-
{{ notification[key] }}
- {% endfor %} -
+
+
+ {% for key in [ + 'id', 'notification_type', 'created_at', 'updated_at', 'sent_at', 'status' + ] %} +
{{ key }}:
+
{{ notification[key] }}
+ {% endfor %} +
+
{% endfor %} {% if api_notifications.notifications %}