Changes in ow/templates/dashboard.pt [2d91474:d1c4782] in OpenWorkouts-current


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/templates/dashboard.pt

    r2d91474 rd1c4782  
    9090            <div class="workout-intro" tal:content="workout.notes"></div>
    9191
     92            <div class="workout-map" tal:condition="workout.has_gpx">
     93                <a href="" tal:attributes="href request.resource_url(workout)">
     94                    <img src="" tal:attributes="src request.static_url(workout.map_screenshot);
     95                              alt workout.title; title workout.title">
     96                </a>
     97            </div>
     98
    9299            <ul class="workout-options">
    93100              <li class="owo-edit"><a href="" i18n:translate="" tal:attributes="href request.resource_url(workout, 'edit')"><span>edit</span></a></li>
Note: See TracChangeset for help on using the changeset viewer.