aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Manavopoulos <phil.manavopoulos@bytemark.co.uk>2017-09-12 16:27:39 +0100
committerPhil Manavopoulos <phil.manavopoulos@bytemark.co.uk>2017-09-12 16:27:39 +0100
commit4120c885aa2f9d614ce6119afb1e6c68f91353c4 (patch)
tree944d3c832df307af3a8564738af311ff8f6f36af
parent16d0196c7b8d9a18021a54f75a9652123350c1e6 (diff)
Events tab to link to list instead of calendar, calendar takes too long to load
-rw-r--r--views/_navbar.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/_navbar.haml b/views/_navbar.haml
index bd23308..840fa7e 100644
--- a/views/_navbar.haml
+++ b/views/_navbar.haml
@@ -16,7 +16,7 @@
%li{:class => [ request.path_info =~ /^\/search/ && "nav_selected"]}
%a{:href => '/search'} Search
%li{:class => [ request.path_info =~ /^\/events/ && "nav_selected"]}
- %a{:href => '/events/calendar'} Events
+ %a{:href => '/events/list'} Events
%li
%a{:href => '/logout'} Log out
%br