typo:footer fixed
[myslice.git] / portal / templates / _footer.html
index 8747614..be7462e 100644 (file)
@@ -8,17 +8,19 @@
         </div>
     </div>
     <div class="row">
-        <div class="col-md-10 copy">
-            Copyright © UPMC Sorbonne Universités, on behalf of the OneLab consortium
+        <div class="col-md-9 copy" style="text-align:left;">
+            Copyrights &copy; 2015 UPMC Sorbonne Universit&eacute;s. All rights reserved.
         </div>
+        <div class="col-md-3 copy">
+        powered by &nbsp;<a href="http://myslice.info" target="_blank"><img src="//myslice.info/images/logo.png" style="width:50px;"></a>&nbsp;&nbsp;
         <a href="/portal/release_notes" id="portal_version"></a>
+        </div>
     </div>
 </div>
 </div>
 <script type="text/javascript">
     $(document).ready(function() {
         $.post("/portal_version/", function( data ) {
-            console.log(data);
             $("#portal_version").html(data);
         });
     });