Changes in ow/templates/base.pt [2a71053:be886df] in OpenWorkouts-current


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/templates/base.pt

    r2a71053 rbe886df  
    6363              current user now -->
    6464            <ul>
    65               <li
     65              <li class=""
    6666                  tal:attributes="class 'is-active' if 'dashboard' in renderer_name else ''">
    67                 <a class="icon-dashboard" href="" i18n:translate=""
     67                <a href="" i18n:translate=""
    6868                   tal:attributes="href request.resource_url(request.root)">
    69                   <span>Dashboard</span></a>
     69                  Dashboard</a>
    7070              </li>
    71               <li
     71              <li class=""
    7272                  tal:attributes="class 'is-active' if 'profile' in renderer_name else ''">
    73                 <a class="icon-profile" href="" i18n:translate=""
     73                <a href="" i18n:translate=""
    7474                   tal:attributes="href request.resource_url(request.root, current_user, 'profile')">
    75                   <span>My profile</span></a>
     75                  My profile</a>
    7676              </li>
    7777              <li class="add-workout">
     
    9191              </li>
    9292              <li>
    93                 <a class="icon-logout" href="" i18n:translate=""
     93                <a href="" i18n:translate=""
    9494                   tal:attributes="href request.resource_url(request.root, 'logout')">
    95                   <span>Log out</span>
     95                  Log out
    9696                </a>
    9797              </li>
Note: See TracChangeset for help on using the changeset viewer.