From 2c5bad75a5adcdc4a2fd48dd1ec11c4ad6156c59 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Mon, 27 Aug 2018 14:17:28 -0400 Subject: [PATCH] use camel case --- templates/requests.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/requests.html b/templates/requests.html index 85190baf..31f2c7d1 100644 --- a/templates/requests.html +++ b/templates/requests.html @@ -29,8 +29,8 @@ {{ EmptyState( 'There are currently no active requests for you to see.', - actionLabel='Create a new JEDI Cloud Request', - actionHref=url_for('requests.requests_form_new', screen=1), + action_label='Create a new JEDI Cloud Request', + action_href=url_for('requests.requests_form_new', screen=1), icon='document' ) }}