From 6a195c10024e9f20284950a9f2088bb6268aa0c7 Mon Sep 17 00:00:00 2001 From: Garrett Mills Date: Wed, 7 Aug 2019 13:04:17 -0500 Subject: [PATCH] reformat project api key display --- app/views/dash_v1/view.pug | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/dash_v1/view.pug b/app/views/dash_v1/view.pug index bae26eb..95a8dad 100644 --- a/app/views/dash_v1/view.pug +++ b/app/views/dash_v1/view.pug @@ -1,6 +1,8 @@ extends ./template block content - h3 Project API Key: #{project.uuid} + h2 Project API Key: + pre + code #{project.uuid} h2 Inline Helpers p You can use the links below to generate inline helper scripts which are pre-configured for this project.