You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cu...@apache.org on 2017/04/28 12:52:58 UTC

[whimsy] branch master updated: chmod and attempt to add uspto links

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

curcuru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  dba7464   chmod and attempt to add uspto links
dba7464 is described below

commit dba7464bcba9b1af0440a00617b03954ac29ec06
Author: Shane Curcuru <as...@shanecurcuru.org>
AuthorDate: Fri Apr 28 08:52:54 2017 -0400

    chmod and attempt to add uspto links
---
 www/brand/list.cgi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/brand/list.cgi b/www/brand/list.cgi
old mode 100644
new mode 100755
index e20d109..79dc2a1
--- a/www/brand/list.cgi
+++ b/www/brand/list.cgi
@@ -84,10 +84,10 @@ def _marks(marks)
         if itm[STAT] == REGISTERED then
           if itm[COUNTRY] == USA then
             _li.list_group_item do
-              _a "In the #{itm[COUNTRY]}, class #{itm[CLASS]}, reg # #{itm[REG]}", href: 'usptolink'
+              _a! "In the #{itm[COUNTRY]}, class #{itm[CLASS]}, reg # #{itm[REG]}", href: "https://tsdr.uspto.gov/#caseNumber=#{itm[REG]}&caseSearchType=US_APPLICATION&caseType=DEFAULT&searchType=statusSearch"
             end
           else
-            _li.list_group_item "In #{itm[COUNTRY]}, class #{itm[CLASS]}, reg # #{itm[REG]}", href: 'usptolink'
+            _li.list_group_item "In #{itm[COUNTRY]}, class #{itm[CLASS]}, reg # #{itm[REG]}"
           end
         end
       end

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