Skip to content

Commit 3e5cca7

Browse files
committed
issue url
1 parent e01dbf9 commit 3e5cca7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_src/coffee/app.templates.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ angular.module "templates/about.html", []
140140
<p><a class="btn btn-primary" target="_blank" href="https://github.com/hyspace"><i class="icon-cat"></i> hyspace</a></p>
141141
142142
<h3>Bug report</h3>
143-
<p><a target="_blank" href="https://github.com/gitblog/gitblog-io.github.io/issues">Issues</a></p>
143+
<p><a target="_blank" href="https://github.com/gitblog-io/gitblog-io.github.io/issues">Issues</a></p>
144144
145145
<h3>Opensouce projects used in gitblog</h3>
146146
<ul class="list-unstyled">

assets/js/application.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -69007,6 +69007,6 @@ angular.module("templates/index.html", []).run([
6900769007

6900869008
angular.module("templates/about.html", []).run([
6900969009
"$templateCache", function($templateCache) {
69010-
return $templateCache.put("templates/about.html", "<div class=\"page-header text-center\">\n <h1>About gitblog</h1>\n <small class=\"text-muted\">The easiest way to post on Github Pages</small>\n</div>\n<div class=\"text-center\">\n <h3>Project</h3>\n <p><a class=\"btn btn-primary\" target=\"_blank\" href=\"https://github.com/gitblog-io/gitblog-io.github.io/\"><i class=\"icon-github-alt\"></i> Gitblog</a></p>\n\n <h3>Author</h3>\n <p><a class=\"btn btn-primary\" target=\"_blank\" href=\"https://github.com/hyspace\"><i class=\"icon-cat\"></i> hyspace</a></p>\n\n <h3>Bug report</h3>\n <p><a target=\"_blank\" href=\"https://github.com/gitblog/gitblog-io.github.io/issues\">Issues</a></p>\n\n <h3>Opensouce projects used in gitblog</h3>\n <ul class=\"list-unstyled\">\n <li><a target=\"_blank\" href=\"http://www.angularjs.org/\">Angular.js</a></li>\n <li><a target=\"_blank\" href=\"http://ace.c9.io/\">Ace editor</a></li>\n <li><a target=\"_blank\" href=\"https://github.com/philschatz/octokit.js\">Octokit.js</a></li>\n <li><a target=\"_blank\" href=\"http://jquery.com/\">jQuery</a></li>\n <li><a target=\"_blank\" href=\"http://getbootstrap.com/\">Bootstrap</a></li>\n <li><a target=\"_blank\" href=\"http://lodash.com/\">lodash</a></li>\n <li><a target=\"_blank\" href=\"http://nodeca.github.io/js-yaml/\">js-yaml</a></li>\n <li><a target=\"_blank\" href=\"https://github.com/agrublev/angularLocalStorage\">angularLocalStorage</a></li>\n <li><a target=\"_blank\" href=\"https://github.com/facultymatt/angular-unsavedChanges\">angular-unsavedChanges</a></li>\n </ul>\n\n <h3>Other projects</h3>\n <ul class=\"list-unstyled\">\n <li><a target=\"_blank\" href=\"https://stackedit.io/\">stackedit</a></li>\n <li><a target=\"_blank\" href=\"http://prose.io/\">prose</a></li>\n </ul>\n</div>");
69010+
return $templateCache.put("templates/about.html", "<div class=\"page-header text-center\">\n <h1>About gitblog</h1>\n <small class=\"text-muted\">The easiest way to post on Github Pages</small>\n</div>\n<div class=\"text-center\">\n <h3>Project</h3>\n <p><a class=\"btn btn-primary\" target=\"_blank\" href=\"https://github.com/gitblog-io/gitblog-io.github.io/\"><i class=\"icon-github-alt\"></i> Gitblog</a></p>\n\n <h3>Author</h3>\n <p><a class=\"btn btn-primary\" target=\"_blank\" href=\"https://github.com/hyspace\"><i class=\"icon-cat\"></i> hyspace</a></p>\n\n <h3>Bug report</h3>\n <p><a target=\"_blank\" href=\"https://github.com/gitblog-io/gitblog-io.github.io/issues\">Issues</a></p>\n\n <h3>Opensouce projects used in gitblog</h3>\n <ul class=\"list-unstyled\">\n <li><a target=\"_blank\" href=\"http://www.angularjs.org/\">Angular.js</a></li>\n <li><a target=\"_blank\" href=\"http://ace.c9.io/\">Ace editor</a></li>\n <li><a target=\"_blank\" href=\"https://github.com/philschatz/octokit.js\">Octokit.js</a></li>\n <li><a target=\"_blank\" href=\"http://jquery.com/\">jQuery</a></li>\n <li><a target=\"_blank\" href=\"http://getbootstrap.com/\">Bootstrap</a></li>\n <li><a target=\"_blank\" href=\"http://lodash.com/\">lodash</a></li>\n <li><a target=\"_blank\" href=\"http://nodeca.github.io/js-yaml/\">js-yaml</a></li>\n <li><a target=\"_blank\" href=\"https://github.com/agrublev/angularLocalStorage\">angularLocalStorage</a></li>\n <li><a target=\"_blank\" href=\"https://github.com/facultymatt/angular-unsavedChanges\">angular-unsavedChanges</a></li>\n </ul>\n\n <h3>Other projects</h3>\n <ul class=\"list-unstyled\">\n <li><a target=\"_blank\" href=\"https://stackedit.io/\">stackedit</a></li>\n <li><a target=\"_blank\" href=\"http://prose.io/\">prose</a></li>\n </ul>\n</div>");
6901169011
}
6901269012
]);

0 commit comments

Comments
 (0)