update styles and forms
[unfold.git] / portal / templates / supportview.html
index 3b4c2ef..f0d9ff0 100644 (file)
@@ -2,7 +2,7 @@
 
 {% block content %}
        <div class="row">
-               <h1><img src="{{ STATIC_URL }}img/icon_support_small.png" alt="Request a Slice" /> OneLab Portal Support</h1>
+               <h1><img src="{{ STATIC_URL }}icons/support-xs.png" alt="Support" /> OneLab Portal Support</h1>
        </div>
 
        
@@ -61,6 +61,7 @@
 
 <script>
     $(document).ready(function() {
+               $('li#nav-support').addClass("active");
         $('button#ticketbtn').click(function() {
             window.location="/portal/contact/";
         });