Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/templates/pod_table_entry_tpl.jst.hbs')
-rw-r--r--app/assets/templates/pod_table_entry_tpl.jst.hbs3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/templates/pod_table_entry_tpl.jst.hbs b/app/assets/templates/pod_table_entry_tpl.jst.hbs
index 46f0a9909..3c2bb0605 100644
--- a/app/assets/templates/pod_table_entry_tpl.jst.hbs
+++ b/app/assets/templates/pod_table_entry_tpl.jst.hbs
@@ -1,5 +1,5 @@
-<td class="ssl-status"">
+<td class="ssl-status">
{{#if ssl}}
<i title="{{t 'admin.pods.ssl_enabled'}}" class="entypo-check">
{{else}}
@@ -14,6 +14,7 @@
<td>
{{#if has_no_errors}}
<i title="{{status_text}}" class="glyphicon glyphicon-ok"></i>
+ {{software}}
{{else}}
{{status_text}}
{{/if}}