]> git.mxchange.org Git - fba.git/commitdiff
Link to domain's list in the result list
authorMint <>
Fri, 2 Dec 2022 15:20:24 +0000 (18:20 +0300)
committerMint <>
Fri, 2 Dec 2022 15:20:24 +0000 (18:20 +0300)
index.html

index a8eae20d879f9e2a64d4d928eab55044ee6d1349..8d4e60e813decede3b94619425c8150a47d07ed0 100644 (file)
@@ -94,7 +94,7 @@
                         <td>{{loop.index}}</td>
                         <td>
                             <img src="https://proxy.duckduckgo.com/ip3/{{entry['domain']}}.ico" width=16/>
-                            <b><a href="/?{% if blockers %}reverse{% elif blocked %}domain{% endif %}={{entry['domain']}}" rel="nofollow noopener noreferrer">{{entry['domain']}}</a></b>&nbsp;
+                            <b><a href="../?{% if blockers %}reverse{% elif blocked %}domain{% endif %}={{entry['domain']}}" rel="nofollow noopener noreferrer">{{entry['domain']}}</a></b>&nbsp;
                             <a class="listlink" href="https://{{entry['domain']}}">↗</a>
                         </td>
                         <td>{{entry['highscore']}}</td>
                             <td>
                                 <img src="https://proxy.duckduckgo.com/ip3/{{block['blocker']}}.ico" width=16/>
                                 <b><a href="https://{{block['blocker']}}" rel="nofollow noopener noreferrer">{{block['blocker']}}</a></b>
+                                {% if reason or domain %}<a class="listlink" href="https://{{block['blocker']}}">↘</a>{% endif %}
                             </td>
                             <td>
                                 <img src="https://proxy.duckduckgo.com/ip3/{{domain or block['blocked']}}.ico" width=16/>
                                 <b><a href="https://{{domain or block['blocked']}}" rel="nofollow noopener noreferrer">{{block['blocked']}}</a></b>
+                                {% if reason or reverse %}<a class="listlink" href="https://{{domain or block['blocked']}}">↘</a>{% endif %}
                             </td>
                             <td>{{block['reason']}}</td>
                             <td>{{block['first_added']}}</td>