added fork me on github ribbon

This commit is contained in:
David Baldwynn 2015-11-06 12:37:54 -08:00
parent 6e199b3b2e
commit 853c818df0
2 changed files with 7 additions and 1 deletions

View file

@ -57,6 +57,11 @@
</head>
<body ng-cloak>
<div class="github-fork-ribbon-wrapper right">
<div class="github-fork-ribbon">
<a href="https://github.com/whitef0x0/nodeforms">Fork me on GitHub</a>
</div>
</div>
<header data-ng-include="'/modules/core/views/header.client.view.html'"></header>
<section class="content">
<!-- <section class="container"> -->

View file

@ -32,7 +32,8 @@
"file-saver.js": "~1.20150507.2",
"angular-bootstrap-colorpicker": "~3.0.19",
"components-font-awesome": "~4.4.0",
"angular-ui-router-tabs": "~1.7.0"
"angular-ui-router-tabs": "~1.7.0",
"github-fork-ribbon-css": "~0.1.1"
},
"resolutions": {
"angular": "~1.3.20",