Skip to content

Commit

Permalink
remove some more broken help links
Browse files Browse the repository at this point in the history
  • Loading branch information
hpiwowar committed Apr 7, 2016
1 parent 4327b18 commit 4dd46f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 56 deletions.
30 changes: 2 additions & 28 deletions totalimpactwebapp/static/dist/Impactstory.js
Expand Up @@ -8119,20 +8119,6 @@ angular.module("footer/footer.tpl.html", []).run(["$templateCache", function($te
" <div id=\"footer-help\" class=\"footer-col\">\n" +
" <h3>Help</h3>\n" +
" <ul>\n" +
" <li><a href=\"http://feedback.impactstory.org\" target=\"_blank\">Suggestions</a></li>\n" +
" <li>\n" +
" <a class=\"help control\"\n" +
" href=\"javascript:void(0)\"\n" +
" data-uv-lightbox=\"classic_widget\"\n" +
" data-uv-trigger\n" +
" data-uv-mode=\"full\"\n" +
" data-uv-primary-color=\"#cc6d00\"\n" +
" data-uv-link-color=\"#007dbf\"\n" +
" data-uv-default-mode=\"support\"\n" +
" data-uv-forum-id=\"166950\">\n" +
" Report bug\n" +
" </a>\n" +
" </li>\n" +
" <li><a href=\"/faq\">FAQ</a></li>\n" +
" <li><a href=\"/HollyBik\">Example profile</a></li>\n" +
" </ul>\n" +
Expand Down Expand Up @@ -8450,7 +8436,7 @@ angular.module("infopages/about.tpl.html", []).run(["$templateCache", function($
"\n" +
" <div id=\"contact\">\n" +
" <h3>Contact and FAQ</h3>\n" +
" <p>We'd love to hear your feedback, ideas, or just chat! Reach us at <a href=\"mailto:team@impactstory.org\">team@impactstory.org</a>, on <a href=\"http://twitter.com/#!/Impactstory\">Twitter</a>, or via our <a href=\"http://feedback.impactstory.org\">help forum.</a> Or if you've got questions, check out our <a href=\"/faq\">FAQ</a>.</p>\n" +
" <p>We'd love to hear your feedback, ideas, or just chat! Reach us at <a href=\"mailto:team@impactstory.org\">team@impactstory.org</a> or on <a href=\"http://twitter.com/#!/Impactstory\">Twitter</a>. Or if you've got questions, check out our <a href=\"/faq\">FAQ</a>.</p>\n" +
" </div>\n" +
"\n" +
"\n" +
Expand Down Expand Up @@ -10498,19 +10484,7 @@ angular.module("security/login/toolbar.tpl.html", []).run(["$templateCache", fun
" -->\n" +
" </div>\n" +
"\n" +
" <a class=\"help control\"\n" +
" href=\"javascript:void(0)\"\n" +
" data-uv-lightbox=\"classic_widget\"\n" +
" data-uv-mode=\"full\"\n" +
" data-uv-primary-color=\"#cc6d00\"\n" +
" data-uv-link-color=\"#007dbf\"\n" +
" data-uv-default-mode=\"support\"\n" +
" data-uv-forum-id=\"166950\">\n" +
" <span class=\"tip\">Get help</span>\n" +
" <span class=\"icon-container\">\n" +
" <i class=\"icon-question\"></i>\n" +
" </span>\n" +
" </a>\n" +
"\n" +
"</div>\n" +
"");
}]);
Expand Down
14 changes: 0 additions & 14 deletions totalimpactwebapp/static/src/app/footer/footer.tpl.html
Expand Up @@ -31,20 +31,6 @@ <h3>Community</h3>
<div id="footer-help" class="footer-col">
<h3>Help</h3>
<ul>
<li><a href="http://feedback.impactstory.org" target="_blank">Suggestions</a></li>
<li>
<a class="help control"
href="javascript:void(0)"
data-uv-lightbox="classic_widget"
data-uv-trigger
data-uv-mode="full"
data-uv-primary-color="#cc6d00"
data-uv-link-color="#007dbf"
data-uv-default-mode="support"
data-uv-forum-id="166950">
Report bug
</a>
</li>
<li><a href="/faq">FAQ</a></li>
<li><a href="/HollyBik">Example profile</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion totalimpactwebapp/static/src/app/infopages/about.tpl.html
Expand Up @@ -78,7 +78,7 @@ <h3 id="board">board of directors</h3>

<div id="contact">
<h3>Contact and FAQ</h3>
<p>We'd love to hear your feedback, ideas, or just chat! Reach us at <a href="mailto:team@impactstory.org">team@impactstory.org</a>, on <a href="http://twitter.com/#!/Impactstory">Twitter</a>, or via our <a href="http://feedback.impactstory.org">help forum.</a> Or if you've got questions, check out our <a href="/faq">FAQ</a>.</p>
<p>We'd love to hear your feedback, ideas, or just chat! Reach us at <a href="mailto:team@impactstory.org">team@impactstory.org</a> or on <a href="http://twitter.com/#!/Impactstory">Twitter</a>. Or if you've got questions, check out our <a href="/faq">FAQ</a>.</p>
</div>


Expand Down
14 changes: 1 addition & 13 deletions totalimpactwebapp/static/src/app/security/login/toolbar.tpl.html
Expand Up @@ -57,17 +57,5 @@
-->
</div>

<a class="help control"
href="javascript:void(0)"
data-uv-lightbox="classic_widget"
data-uv-mode="full"
data-uv-primary-color="#cc6d00"
data-uv-link-color="#007dbf"
data-uv-default-mode="support"
data-uv-forum-id="166950">
<span class="tip">Get help</span>
<span class="icon-container">
<i class="icon-question"></i>
</span>
</a>

</div>

0 comments on commit 4dd46f4

Please sign in to comment.