]> git.mxchange.org Git - fba.git/blobdiff - templates/views/top.html
Continued:
[fba.git] / templates / views / top.html
index a395a892bfb28f3c8e0ffc7f3d93ebb395883c1e..0489ba4ab53abb8e9dc8328ecc5d5ec44e57b936 100644 (file)
                 {% for block in blocks[block_level] %}
                     <tr>
                         <td>
-                            <a href="https://{{block['blocker']}}" rel="nofollow noopener noreferrer">{{block['blocker']}}</a>
-                            {% if reason or domain %}<a class="listlink" href="{{base_url}}/top?reverse={{block['blocker']}}">↘</a>{% endif %}
+                            {% with domain=block['blocker'] %}
+                            {% include "widgets/links.tpl" %}
+                            {% endwith %}
                         </td>
                         <td>
-                            <a href="https://{{domain or block['blocked']}}" rel="nofollow noopener noreferrer">{{block['blocked']}}</a>
-                            {% if reason or reverse %}<a class="listlink" href="{{base_url}}/top?domain={{domain or block['blocked']}}">↘</a>{% endif %}
+                            {% with domain=block['blocked'] %}
+                            {% include "widgets/links.tpl" %}
+                            {% endwith %}
                         </td>
                         <td>{{block['reason']}}</td>
                         <td>{{block['first_seen']}}</td>