From fe5ce481c9cc6dd8bbb7b1d520042c15c74a211f Mon Sep 17 00:00:00 2001 From: Teemu Patja Date: Fri, 10 Nov 2017 11:07:14 +0200 Subject: [PATCH] Make activity view linkable, fix landing page link Fixes: #168 --- resources/templates/index.html | 2 +- src/cljs/commiteth/core.cljs | 4 ++++ static_langing_page/index.html | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/resources/templates/index.html b/resources/templates/index.html index 95de5d5..6dfa10c 100644 --- a/resources/templates/index.html +++ b/resources/templates/index.html @@ -77,7 +77,7 @@
diff --git a/src/cljs/commiteth/core.cljs b/src/cljs/commiteth/core.cljs index f8550dc..80eb9ee 100644 --- a/src/cljs/commiteth/core.cljs +++ b/src/cljs/commiteth/core.cljs @@ -223,6 +223,10 @@ (secretary/defroute "/" [] (rf/dispatch [:set-active-page :bounties])) +(secretary/defroute "/activity" [] + (rf/dispatch [:set-active-page :activity])) + + (secretary/defroute "/repos" [] (if js/user (rf/dispatch [:set-active-page :repos]) diff --git a/static_langing_page/index.html b/static_langing_page/index.html index 95de5d5..6dfa10c 100644 --- a/static_langing_page/index.html +++ b/static_langing_page/index.html @@ -77,7 +77,7 @@