Changeset c6219ed in OpenWorkouts-current for ow/templates/dashboard.pt


Ignore:
Timestamp:
Jan 22, 2019, 12:21:51 AM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current, feature/docs, master
Children:
26220ba, 2d2eb0d
Parents:
02048a6 (diff), be40b02 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merged patches from darcs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/templates/dashboard.pt

    r02048a6 rc6219ed  
    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.