X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=templates%2Ffactory%2Fview;h=6736da61c4f9fc825bcda2f9feeb6740a7171a46;hb=d77cc42a2fd0ae059128043822ef127199e55ed2;hp=c00046c7606416d57fc1255e2da186b3d50b583e;hpb=f80621477b1dfe74dc1a18d5453e3f9225022a78;p=maypole.git diff --git a/templates/factory/view b/templates/factory/view index c00046c..6736da6 100644 --- a/templates/factory/view +++ b/templates/factory/view @@ -14,7 +14,7 @@ C and displays the object's properties in a table. [% SET string = item.stringify_column %]

[% item.$string %]

[% INCLUDE navbar %] - +
@@ -32,10 +32,10 @@ from the C method: #%] - +
[% classmetadata.colnames.$string %] [% item.$string %]
[% classmetadata.colnames.$col; %][% classmetadata.colnames.$col; %] [% IF col == "url"; # Possibly too much magic. - " "; item.url; ""; + " "; item.url; ""; ELSE; maybe_link_view(item.$col); END; %]