diff options
Diffstat (limited to 'modules-available/locationinfo/templates/page-locations.html')
-rw-r--r-- | modules-available/locationinfo/templates/page-locations.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules-available/locationinfo/templates/page-locations.html b/modules-available/locationinfo/templates/page-locations.html index de8dab7e..df760940 100644 --- a/modules-available/locationinfo/templates/page-locations.html +++ b/modules-available/locationinfo/templates/page-locations.html @@ -7,6 +7,7 @@ <tr> <th>{{lang_locationName}}</th> <th>{{lang_backend}}</th> + <th>{{lang_lastUpdate}}</th> <th>{{lang_openingtimes}}</th> </tr> </thead> @@ -25,6 +26,11 @@ {{backend}} </td> <td> + {{#backend}} + {{lastCalendarUpdate}} + {{/backend}} + </td> + <td> <span class="glyphicon glyphicon-{{openingGlyph}}"></span> </td> </tr> |