]> git.decadent.org.uk Git - maypole.git/blobdiff - templates/factory/macros
More fooling with links.
[maypole.git] / templates / factory / macros
index b9b8dee42b63333f474d880aac3ed77bd5bc204e..2a2315523300949de9c7b48f103f28367a4cf9b9 100644 (file)
@@ -15,6 +15,8 @@ END;
         "<td>";
         IF col == "url";  # Possibly too much magic.
             "<A HREF="; item.url; "> "; item.url; "</A>";
+        ELSIF col == "name";
+            maybe_link_view(item);
         ELSE;
             maybe_link_view(item.$col);
         END;