Use the same pattern as elsewhere for ‘new thing’

On the team and templates pages we have a pattern for adding a new
‘thing’, which is a green button in the top right.

This commit changes the API key page to follow the same pattern.
This commit is contained in:
Chris Hill-Scott
2016-04-25 09:50:17 +01:00
parent e049e691fd
commit 71035ab96e
3 changed files with 11 additions and 10 deletions

View File

@@ -33,8 +33,6 @@
key = $component.data('key'),
thing = $component.data('thing');
console.log(thing)
$component
.html(states.keyVisible(key, thing))
.attr('aria-live', 'polite')