Changeset b437d1e in OpenWorkouts-current


Ignore:
Timestamp:
Feb 8, 2019, 12:13:11 PM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current, feature/docs, master
Children:
feab169
Parents:
be886df
Message:

Show the currently selected month in the dashboard, by the total workouts number

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/templates/dashboard.pt

    rbe886df rb437d1e  
    2626
    2727        <h3>
    28            <tal:n tal:content="len(workouts)"></tal:n> <tal:t i18n:translate="">Activities</tal:t>
     28          <tal:d tal:content="month_name[viewing_month] + ' ' + str(viewing_year)"></tal:d> -
     29          <tal:n tal:content="len(workouts)"></tal:n>
     30          <tal:t i18n:translate="">Workouts</tal:t>
    2931        </h3>
    3032
Note: See TracChangeset for help on using the changeset viewer.