提交 bd45e5d4 编写于 作者: S Sercan

resolves #90,

in progress #91
上级 85987960
......@@ -4,22 +4,34 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link href="logo/head_7.png" rel="shortcut icon" type="image/x-icon">
<script type="text/javascript">
var h = document.getElementsByTagName('head')[0];
(function () {
var fc = document.createElement('link');
fc.type = 'text/css';
fc.rel = 'stylesheet';
fc.href = 'https://product.feedbacklite.com/feedbacklite.css';
h.appendChild(fc);
})();
var fbl = {'campaign': {'id': 1337, 'type': 2, 'size': 2, 'position': 10, 'tab': 2, 'control': 1}};
(function () {
var fj = document.createElement('script');
fj.type = 'text/javascript';
fj.async = true;
fj.src = 'https://product.feedbacklite.com/feedbacklite.js';
h.appendChild(fj);
})();
</script>
<script type="text/javascript">(function (d, n) {
var s, a, p;
s = document.createElement("script");
s.type = "text/javascript";
s.async = true;
s.src = (document.location.protocol === "https:" ? "https:" : "http:") + "//cdn.nudgespot.com" + "/nudgespot.js";
a = document.getElementsByTagName("script");
p = a[a.length - 1];
p.parentNode.insertBefore(s, p.nextSibling);
window.nudgespot = n;
n.init = function (t) {
function f(n, m) {
var a = m.split('.');
2 == a.length && (n = n[a[0]], m = a[1]);
n[m] = function () {
n.push([m].concat(Array.prototype.slice.call(arguments, 0)))
}
}
n._version = 0.1;
n._globals = [t];
n.people = n.people || [];
n.params = n.params || [];
m = "track register unregister identify set_config people.delete people.create people.update people.create_property people.tag people.remove_Tag".split(" ");
for (var i = 0; i < m.length; i++)f(n, m[i])
}
})(document, window.nudgespot || []);
nudgespot.init("748ae792d632f6c5e14ad610e53ef745");</script>
</head>
......@@ -21,7 +21,7 @@
{{/if}}
<li>
<a href="{{pathFor route="settings"}}">
<i class="fa fa-archive"></i> Settings
<i class="fa fa-gears"></i> Settings
</a>
</li>
<li>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册