From b6392a52a07ca163e5a1ee1b46d62a48ef395829 Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Fri, 18 Jan 2013 04:08:20 -0500 Subject: [PATCH] Show the "add your link" dialog BEFORE hosted sites list Basically zero people realized they could add their site because it is all the way at the end of a very long list. --- link.mlt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/link.mlt b/link.mlt index adfd266..d66daaf 100644 --- a/link.mlt +++ b/link.mlt @@ -64,18 +64,6 @@ end; if showNormal then %> - -<% foreach (name, link) in Link.listLinks () do %> - - - -<% if (iff admin then true else you = #usr link) then %> - -<% end %> - -<% end %> -
<% Web.html (#title link) %><% Web.html (#descr link) %>(<% name %>)[Modify] [Delete]
-

Add a link to a site you host with Hcoop

@@ -88,6 +76,18 @@ if showNormal then %>
+ +<% foreach (name, link) in Link.listLinks () do %> + + + +<% if (iff admin then true else you = #usr link) then %> + +<% end %> + +<% end %> +
<% Web.html (#title link) %><% Web.html (#descr link) %>(<% name %>)[Modify] [Delete]
+ <% end %> <% @footer[] %> \ No newline at end of file -- 2.20.1