From bde4d652dd44aa0507affaa8e0a55dd9a650038f Mon Sep 17 00:00:00 2001 From: Maxime Sinclair Date: Thu, 19 Sep 2013 15:40:15 +0200 Subject: [PATCH] [FEATURE] Map link added if a map is available --- src/main/webapp/index.jsp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index f1bc3a3..69c08e3 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -67,7 +67,10 @@ if (decodedAttribute != null) { <% if (!imgurl.isEmpty()) { %>
View as SVG  - View as ASCII Art + View as ASCII Art  + <% if (mapNeeded != null) { %> + View Map Data + <% } //endif %>

<% if (mapNeeded != null) { %> PlantUML diagram