diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-03-17 08:13:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-17 08:13:10 +0000 |
commit | 707a566a1206534fdff621120270b5ee10016b75 (patch) | |
tree | 05901aa22ed92021436b95f03ed8b4f70d7502a4 /vnfcatalogue/VNF_Catalogue/views/layout.jade | |
parent | 7cd1d81bcaa25cfcf7044eb3a47c40e8774ebbed (diff) | |
parent | 9c3c772ceb85b1a3db027c4fb52a9f7c59e005ef (diff) |
Merge "Add vnf, tag create & Associate Plugins"
Diffstat (limited to 'vnfcatalogue/VNF_Catalogue/views/layout.jade')
-rw-r--r-- | vnfcatalogue/VNF_Catalogue/views/layout.jade | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vnfcatalogue/VNF_Catalogue/views/layout.jade b/vnfcatalogue/VNF_Catalogue/views/layout.jade index 89142f8..33c09e3 100644 --- a/vnfcatalogue/VNF_Catalogue/views/layout.jade +++ b/vnfcatalogue/VNF_Catalogue/views/layout.jade @@ -9,7 +9,6 @@ html(lang='en') html head title= title - link(rel='stylesheet', href='/stylesheets/3rd_party/bootstrap.css') link(rel='stylesheet', href='/3rd_party/materialize/css/materialize.css') script(type='text/javascript', src='https://code.jquery.com/jquery-3.1.1.min.js') script(src='/javascripts/global.js') @@ -49,5 +48,7 @@ html a(href='#') Sign up li.signin a(href='#') Sign in + block search + block add_project block content |