diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-07-03 08:31:13 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-07-03 08:31:13 -0400 |
| commit | e0ba24662b631394b4076ac39fad970447879f8f (patch) | |
| tree | a376c7822232389cefe6995d9b06e2ccc527f7f6 /www/templates/log.html | |
| parent | 1c137f2b75a18dfc3bfd8b729c58e43974c9ead2 (diff) | |
Added plugin that picks up version from config.xml and displays in app
Diffstat (limited to 'www/templates/log.html')
| -rw-r--r-- | www/templates/log.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/templates/log.html b/www/templates/log.html index 102877ae..913094d2 100644 --- a/www/templates/log.html +++ b/www/templates/log.html @@ -9,8 +9,8 @@ </ion-nav-buttons> <ion-content class="padding"> - <pre> - {{zmLog.logString}} - </pre> + <b>zmNinja Version: {{zmAppVersion}}</b><br/> + <!-- don't indent here -- its a pre--> + <pre>{{zmLog.logString}}</pre> </ion-content> |
