You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2016/04/19 20:02:45 UTC

[whimsy] branch master updated: fix special order traversal

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  dbe108e   fix special order traversal
dbe108e is described below

commit dbe108e20dfc0179ab59b3d58039f14e21a4a0b9
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Tue Apr 19 14:02:31 2016 -0400

    fix special order traversal
---
 www/board/agenda/views/layout/footer.js.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/board/agenda/views/layout/footer.js.rb b/www/board/agenda/views/layout/footer.js.rb
index e03a464..b5c50f3 100644
--- a/www/board/agenda/views/layout/footer.js.rb
+++ b/www/board/agenda/views/layout/footer.js.rb
@@ -114,6 +114,7 @@ class Footer < React
       end
 
       if link
+        prefix = '' unless  link.attach =~ /^[A-Z]/
         _Link.nextlink.navbar_brand text: link.title, rel: 'next', 
          href: "#{prefix}#{link.href}"
       elsif @@item.prev or @@item.next

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].