Changeset 9f3c353 in OpenWorkouts-current for ow


Ignore:
Timestamp:
Apr 23, 2019, 4:59:47 PM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current
Children:
4678c5e
Parents:
a6fa857
Message:

(#79) Add elevation info to the workout details page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/templates/workout.pt

    ra6fa857 r9f3c353  
    6666            <tal:c tal:content="context._duration"></tal:c>
    6767          </li>
     68          <li class="important">
     69            <span><tal:t i18n:translate="">Elevation</tal:t></span>
     70            <tal:c tal:content="context.uphill"></tal:c> m
     71          </li>
     72
    6873          <li class="important">
    6974            <span><tal:t i18n:translate="">Start</tal:t></span>
Note: See TracChangeset for help on using the changeset viewer.