diff --git a/Succession/views/index.tt b/Succession/views/index.tt index 5f18162..68197bc 100644 --- a/Succession/views/index.tt +++ b/Succession/views/index.tt @@ -29,8 +29,8 @@

Age <% app.sovereign.person.age_on_date(app.date) %> (born <% link_date(app.sovereign.person.born) %><% IF app.sovereign.person.died %>, will die on <% link_date(app.sovereign.person.died); END %>)
Sovereign since <% link_date(app.sovereign.start) %> - (<% years = app.sovereign_duration.years; "<#:${years}> " | inflect %>, - <% months = app.sovereign_duration.months; "<#:${months}> " | inflect %>)

+ (<% years = app.sovereign_duration.years; IF years; "<#:${years}> " | inflect; ', '; END -%> + <%- months = app.sovereign_duration.months; "<#:${months}> " | inflect %>)

<% SET prev_dt = app.prev_change_date;