From 2db72f990c02b4ff56bb5647c3927b6a11d440b1 Mon Sep 17 00:00:00 2001 From: Lucas Dohmen Date: Sat, 13 Dec 2014 16:33:28 +0100 Subject: [PATCH] Show Git Repositories --- .../frontend/js/templates/applicationDetailView.ejs | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/js/apps/system/aardvark/frontend/js/templates/applicationDetailView.ejs b/js/apps/system/aardvark/frontend/js/templates/applicationDetailView.ejs index eaa8dd325e..e11ab4e620 100644 --- a/js/apps/system/aardvark/frontend/js/templates/applicationDetailView.ejs +++ b/js/apps/system/aardvark/frontend/js/templates/applicationDetailView.ejs @@ -14,7 +14,7 @@
Icon for App - +

@@ -45,6 +45,15 @@ No contributors <% } %> +
Links
+
+
    +
  • Download API Documentation
  • + <% if (attributes.repository && attributes.repository.type == 'git') { %> +
  • Git Repository
  • + <% } %> +
+