Explorar el Código

modified links for home and tourtable

Markus Spring hace 1 año
padre
commit
b8ff1d8db3
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5 5
      apps/templates/includes/sidebar.html

+ 5 - 5
apps/templates/includes/sidebar.html

@@ -6,23 +6,23 @@
         <div class="sidebar-wrapper">
             <div class="logo">
                 <a href="javascript:void(0)" class="simple-text logo-mini">
-                    CT
+                    MS
                 </a>
                 <a href="javascript:void(0)" class="simple-text logo-normal">
-                    Creative Tim
+                    Markus Spring
                 </a>
             </div>
             <ul class="nav">
                 <li class="{% if 'index' in segment %} active {% endif %} ">
                     <a href="/">
                         <i class="tim-icons icon-chart-pie-36"></i>
-                        <p>Dashboard</p>
+                        <p>Charts</p>
                     </a>
                 </li>
                 <li class="{% if 'user' in segment %} active {% endif %}">
-                    <a href="/user.html">
+                    <a href="/table">
                         <i class="tim-icons icon-single-02"></i>
-                        <p>User Profile</p>
+                        <p>Touren-Tabelle</p>
                     </a>
                 </li>
                 <li class="{% if 'icons' in segment %} active {% endif %}">