[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [globe/master] Fix a small spelling mistake and reduce length of very long line



commit a586db57845a43923339b6956323478138e32cea
Author: Chaoyi Zha <summermontreal@xxxxxxxxx>
Date:   Sun Aug 16 11:48:00 2015 -0400

    Fix a small spelling mistake and reduce length of very long line
    
    Signed-off-by: Isis Lovecruft <isis@xxxxxxxxxxxxxx>
---
 src/js/templates/bridgeDetail.hbs |    6 ++++--
 src/js/templates/relayDetail.hbs  |    6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/src/js/templates/bridgeDetail.hbs b/src/js/templates/bridgeDetail.hbs
index ca5d713..96d13a1 100644
--- a/src/js/templates/bridgeDetail.hbs
+++ b/src/js/templates/bridgeDetail.hbs
@@ -175,9 +175,11 @@
 
         {{ else }}
             <div class="text-content">
-                {{#loading-indicator message="Loading bridge details..."}}<p class="align-center no-width-limit">No detail found <i class="fa fa-meh-o"></i></p>{{/loading-indicator}}
+                {{#loading-indicator message="Loading bridge details..."}}
+                    <p class="align-center no-width-limit">No details found <i class="fa fa-meh-o"></i></p>
+                {{/loading-indicator}}
             </div>
         {{/if}}
 
     </div>
-</div>
\ No newline at end of file
+</div>
diff --git a/src/js/templates/relayDetail.hbs b/src/js/templates/relayDetail.hbs
index 6855169..1e9e449 100644
--- a/src/js/templates/relayDetail.hbs
+++ b/src/js/templates/relayDetail.hbs
@@ -226,8 +226,10 @@
 
         {{ else }}
         <div class="text-content">
-            {{#loading-indicator}}<p class="align-center no-width-limit">No detail found <i class="fa fa-meh-o"></i></p>{{/loading-indicator}}
+            {{#loading-indicator}}
+                <p class="align-center no-width-limit">No details found <i class="fa fa-meh-o"></i></p>
+            {{/loading-indicator}}
         </div>
         {{/if}}
     </div>
-</div>
\ No newline at end of file
+</div>



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits