Explorar el Código

디자인 조금 수정

Surplus_Up (2DU) hace 7 años
padre
commit
86d4812e4e
Se han modificado 1 ficheros con 7 adiciones y 7 borrados
  1. 7 7
      views/neo_yousoro/index.html

+ 7 - 7
views/neo_yousoro/index.html

@@ -66,14 +66,14 @@
                         </div>
                         |
                         <div id="top_tool_cel">
-                            {% if imp[2][2] == 1 %}
-                                <i class="fas fa-user"></i>
-                            {% elif imp[2][2] == 0 %}
-                                <i class="fas fa-user-times"></i>
-                            {% else %}
-                                <i class="fas fa-user-secret"></i>
-                            {% endif %}
                             <a href="/user">
+                                {% if imp[2][2] == 1 %}
+                                    <i class="fas fa-user"></i>
+                                {% elif imp[2][2] == 0 %}
+                                    <i class="fas fa-user-times"></i>
+                                {% else %}
+                                    <i class="fas fa-user-secret"></i>
+                                {% endif %}
                                 {{imp[2][5]}}
                             </a>
                         </div>