From f3a9d8bdbe5e2bfcf23ede30c8ebdb112ce49ba9 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Wed, 26 Jun 2013 16:55:25 -0400
Subject: [PATCH] Fixed AngularJS binding bug on dashboards with commit messages using {{notation}}
---
src/main/distrib/data/clientapps.json | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/distrib/data/clientapps.json b/src/main/distrib/data/clientapps.json
index fb098eb..48b233c 100644
--- a/src/main/distrib/data/clientapps.json
+++ b/src/main/distrib/data/clientapps.json
@@ -18,7 +18,7 @@
"productUrl": "http://www.syntevo.com/smartgithg",
"platforms": [ "windows", "macintosh", "linux" ],
"icon": "smartgithg_32x32.png",
- "isActive": false
+ "isActive": true
},
{
"name": "SourceTree",
--
Gitblit v1.9.1