Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Tom fix jade #1038

Merged
merged 2 commits into from
Feb 17, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion app/listings/listings.jade
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@

<react-component name="ChallengeFiltersExample" props="userProps" watch-depth="reference"/>
<react-component name="ChallengeFiltersExample" props="userProps" watch-depth="reference"/>

script.
(function() {
var s = document.createElement("script");
s.type = "text/javascript";
s.async = true;
s.src = '//api.usersnap.com/load/'+
'3e7c8f0c-6cf6-41b6-9f2c-e8e4e60dfc59.js';
var x = document.getElementsByTagName('script')[0];
x.parentNode.insertBefore(s, x);
})();
9 changes: 1 addition & 8 deletions app/my-dashboard/my-dashboard.jade
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@
.description Learn about Cognitive technologies and get hands on experience as a member of the Topcoder Cognitive Community.
a(href="https://cognitive.topcoder.com").cta.tc-btn-white.tc-btn-radius Learn More

// .tco.tco17
// .tc-banner-placeholder.predix
// .subtitle Ready for the future? The Industrial Internet is here
// .description Get hands-on with the Predix platform and the Industrial Internet
// a(href="http://predix.topcoder.com/").cta.tc-btn-white.tc-btn-radius Learn More

//- .ttl
//- tc-banner(theme="black", banner-name="ttl")
.tco.tco17
.tc-banner-placeholder.black.bg-image
.title 2017 Topcoder Open
Expand All @@ -32,3 +24,4 @@
.programs(id="community", ui-view="programs")

.community-updates(ui-view="community-updates")