Changeset 6edc367 in OpenWorkouts-current for ow/templates/delete_workout.pt


Ignore:
Timestamp:
Feb 8, 2019, 5:20:26 PM (5 years ago)
Author:
Segundo Fdez <segun.2@…>
Branches:
current, feature/docs, master
Children:
4226ce0
Parents:
2a71053 (diff), 55470f9 (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:

Merge branch 'feature/ui' of ssh://openworkouts/home/repos/git/OpenWorkouts-current into feature/ui

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/templates/delete_workout.pt

    r2a71053 r6edc367  
    3838              </li>
    3939              <li>
    40                 <tal:t i18n:translate="">End:</tal:t>
    41                 <tal:c tal:content="context.end_in_timezone(timezone)"></tal:c>
     40                <tal:t i18n:translate="">Duration:</tal:t>
     41                <tal:c tal:content="context._duration"></tal:c>
    4242              </li>
    4343              <li>
    4444                <tal:t i18n:translate="">Distance:</tal:t>
    45                 <tal:c tal:content="context.distance"></tal:c>
    46               </li>
    47               <li>
    48                 <tal:t i18n:translate="">Average Heart Rate:</tal:t>
    49                 <tal:c tal:content="context.hr_avg"></tal:c>
    50               </li>
    51               <li>
    52                 <tal:t i18n:translate="">Maximum Heart Rate:</tal:t>
    53                 <tal:c tal:content="context.hr_max"></tal:c>
     45                <tal:c tal:content="context.rounded_distance"></tal:c>
    5446              </li>
    5547            </ul>
Note: See TracChangeset for help on using the changeset viewer.