diff --git a/application/views/scripts/config/resource.phtml b/application/views/scripts/config/resource.phtml
index 3685f885d..d3036ef70 100644
--- a/application/views/scripts/config/resource.phtml
+++ b/application/views/scripts/config/resource.phtml
@@ -2,9 +2,16 @@
= $tabs ?>
-
- = $this->icon('plus') ?> = $this->translate('Create A New Resource') ?>
-
+ = $this->qlink(
+ $this->translate('Create A New Resource') ,
+ 'config/createresource',
+ null,
+ array(
+ 'class' => 'button action-link',
+ 'icon' => 'plus',
+ 'title' => $this->translate('Create a new resource')
+ )
+ ) ?>
= $this->translate('Resource') ?> |